Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'page '
-
AuthorSearch Results
-
In forum: Virtue ThemeOctober 1, 2018 at 11:05 pm #203087
I would guess the space is significant. If you are adding into a page can you check the text tab and make sure there are no spaces around or in the shortcode?
Ben
In forum: Virtue ThemeIn reply to: Limit Max Page width
Ok, the css works for the blog posts.
But now here’s a problem. The shop frontend is an archive page. (https://bigdear.com/)
The category post page is also an archive page. (https://bigdear.com/artikel/)How to make the category post page width, 970px.
But the shop page width, not 970px.If I use this .archive .container {width: 970px}
both get affected.In forum: Virtue ThemeHi,
I’m running latest WordPress and plugins. I just upgraded Virtue Premium Theme from 4.1.9 to 4.7.8 and it’s breaking a few things. The most notable is my use of amr shortcode any widget. Where I was using a Virtue call to action widget via amr shortcode any widget I’m getting this error:
Error: Your Requested widget ” virtue_calltoaction_widget-2″ is not in the widget list.
Problem with do_widget shortcode? Try one of the following:[do_widget_area widgets_for_shortcodes]
[do_widget id=”tag_cloud-3″]
[do_widget id=”black-studio-tinymce-2″]
[do_widget id=”virtue_calltoaction_widget-2″]
[do_widget id=”black-studio-tinymce-3″]
[do_widget id=”black-studio-tinymce-6″]Notice that the Error message has a leading space in the widget name but the widget in the list does not. Not sure if that’s just an output error in the error message or if it’s more significant. When I look in the Widgets area of WordPress the call to action widget in the Widgets for shortcodes widgets is missing altogether.
If I revert back to Virtue Premium 4.1.9 everything goes back to normal and the call to action appears normally on the page as well as the widget returning to the widgets area in WordPress in the widgets for shortcodes widgets.
I’m testing this on a local MAMP server so I can’t provide a URL at the moment that displays the problem but can set something up for online testing if necessary.
Thanks
In forum: Virtue ThemeIn reply to: Virtue Modal Shortcode
October 1, 2018 at 10:46 pm #203081Hey,
The page reloads when you click submit. It’s not closing the modal your entire page reloads. It’s not an ajax form so if you fill it out and click submit the page reloads sends the email and then the confirmation message is there in the modal. But a modal is not supposed to load open on a page so that is why you don’t see it. If you click the button you can see the conformation message.If you want a form to work inside of a modal like that I suggest using a form where you send the person to a confirmation page (a whole new page once it’s sent) instead of a reload. Then you can just create a page that says the message was sent.
Check out this: https://wpforms.com/how-to-redirect-users-after-wordpress-form-submit/
Ben
In forum: Virtue ThemeIn reply to: image link on mobile
October 1, 2018 at 7:02 pm #203068Hey,
Can you post a link to your site?By first page do you mean home page or like the page you are redirected to after login?
Ben
In forum: Virtue ThemeTopic: image link on mobile
October 1, 2018 at 6:56 pm #203065On my opening page, I have an image link on a picture, which is directed to my blog page. The link does not work on my mobile.
Any ideas?
Also, is it possible to have a different “first page” when logging to my site on a mobile device?
Thanks!
LynneIn forum: Virtue ThemeIn reply to: Images missing from Media Library & Pages
In forum: Virtue ThemeIn reply to: Adsense issue
October 1, 2018 at 6:06 pm #203060Hey,
What is the username?Your currently still getting the server responded with a status of 403 errors with mailchimp and google ads when I look at a page that has a sidebar.
Makes me think your host might be blocking all external calls (this would be considered a type of security feature) can you tell me who you are hosted with?
Ben
In forum: Virtue ThemeHello,
I jumped back onto a clients site today that hasn’t been touched in a year. Updated everything to current versions, made some changes and all seemed fine. But when I upload a new image, it comes up as a blank square in the media library and does not show on the page where I am trying to insert it. If I click on the blank thembnail in the Media Library, it does not show unless I then press Edit Image.
I checked the uploads folder on my server and the image is there, I just can’t seem to access from WordPress.
Anyone else?
Thanks!
ChristinaIn forum: Ascend ThemeTopic: Text Align in Widget
AnonymousOctober 1, 2018 at 3:29 pm #203042Hi there,
Thanks to some Google algorithm shenanigans, I am having to turn what was going to be a single website for a client into two separate sites, one for products and one for information.
Please see the product carousel on the homepage of this site:
*Login to see linkPlease notice how the title text reading “popular options” is centered on the original page.
Here is the separate shop page I am building, please see the product carousel on the homepage here:
*Login to see linkThe title text reading “popular options” is left aligned. I have tried everything I can think of, to make it be centered the way it was originally done, but I cannot seem to figure it out.
Do you have a recommendation for custom css to add, or a place where I can adjust the settings?
Thank you in advance!
Cheers,
AmberIn forum: Virtue ThemeIn reply to: Adsense issue
October 1, 2018 at 3:05 pm #203039Hey jen6,
Looks like there was some confusion.You don’t have the premium theme installed on your site. Since these are the premium theme support forms it’s assumed you are using the premium theme and thus you would have the theme extensions tab.
It looks like you own the premium theme so are you not sure how to install it? Would you like help to get it installed or are you specifically not wanting to use a premium theme and thus specifically asking for support with the free theme?
In terms of the code you are adding, if it’s emebed code that is supposed to output an add then it should go into a widget area using a custom html widget because you would need to specifically place where you want that to output. If you can post a link to a page where you have added the custom html widget with the adsense code I can look at whats creating an error.
Currently, on your site, I’m seeing that you are adding some MailChimp code into the topbar widger area and that code is broken and causing errors so you will want to remove it.
Ben
In forum: Virtue ThemeIn reply to: Virtue Modal Shortcode
October 1, 2018 at 2:55 pm #203034Using chrome or really any browser you can right click and click “inspect” then click on the “console” tab to see all the errors your site lists some 71 errors on that page. Normally there would be none.
The first thing I would suggest doing to troubleshoot is deactivating all your plugins. expect what you need to run that page. So woocommerce, wpform.
Then go from there. Certainly for me to troubleshoot the cause of your errors I would need to start with turning off wp-rocket so I’m not seeing any cached version of the site and none of the javascript files are being loaded through it.
It also seems your server has content security settings that will not allow you to use lazy load so once you sort out the most of your issues and go to reactivate wp-rocket you need to make sure that lazy load is not active in your settings.
In forum: Virtue ThemeIn reply to: Virtue update
Help! As I mentioned, I activated the standard version of Virtue, and as a result, I am missing all of my orders from September 23rd through the 29th. It seems that when I changed to the standard virtue I lost data, which doesn’t make sense to me. I also lost my updated content on all of my pages. Why would this happen? I’ve changed themes before without losing data.
In forum: Virtue ThemeIn reply to: Carousel Widgets not displaying properly….
October 1, 2018 at 1:22 pm #203006Hey,
I don’t see this css added to your page. Where are you adding it? Can you please add into your theme options > custom css and leave it there then make sure to clear any caching plugins on your site and post back here.Ben
In forum: Ascend ThemeIn reply to: Call to Action Text
October 1, 2018 at 1:18 pm #203005In terms of your cal to action. The css I sent would apply to all call to actions on your site. Are you wanting this to only affect specific ones?
As for the text size in the flip you are adding this css in your custom css box:
.page-id-174 .kt-flip-box-back-inner { font-size: 24px; }You can update to this:
.page-id-174 .kt-flip-box-back-inner, .page-id-932 .kt-flip-box-back-inner { font-size: 24px; }Ben
In forum: Ascend ThemeIn reply to: Call to Action Text
I just noticed the the http://ezgolfgifts.com/custom-printed-golfrounds/ has custom css if I want to apply that to https://ezgolfgifts.com/custom-printed-groundpies/ as well would I just add the page? (ie: .page-id-174,932)
In forum: Virtue ThemeTopic: Email to Post & Postie
I am currently attempting to make an archive of email posts to my site. Each email should create a new post with the contents from the email. When I switched to the Virtue Theme the post by email function disappeared. How can I bring back this function?
A work around plugin that I’ve been trying to use is Postie. This Plugin is supposed to deliver more functionality to the post by email tool. I have been unable to get it up and running and continuously receive the following error message:
An error occurred.
Sorry, the page you are looking for is currently unavailable.
Please try again later.If you are the system administrator of this resource then you should check the error log for details.
Faithfully yours, OpenResty.
I believe this comes from my host network solutions, but I am still unsure the exact cause.
Looking for work around solutions to take emails sent to me via constant contact and create a post archive.
All help would be appreciated.
In forum: Ascend ThemeIn reply to: Call to Action Text
In forum: Virtue ThemeIn reply to: Virtue Modal Shortcode
Thanks for you input. I would help greatly if you could list some of the errors you are seeing as I am not seeing any when viewing my WordPress site; note it is configured as a multisite installation and themes and plugins are network activated or not depending on the site requirement. Are you running a tool to produce the list of errors?
As to the current issue I am having I believe it occurs because the modal form closes when the submit button is pressed sending the email correctly but not allowing the “confirmation to email” process to complete and be displayed on the modal form before the form closes. Because the model form closes I believe the confirmation process cannot complete which somehow affects the current page you are returned to when the modal form closes.
In forum: Virtue ThemeIn reply to: Image Height
-
AuthorSearch Results


