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 'site'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Can't create menu
In forum: Virtue ThemeIn reply to: Can't create menu
In forum: Virtue ThemeIn reply to: Can't create menu
In forum: Virtue ThemeTopic: Can't create menu
Hi Hanna or Virtue Team,
Here I am again. I am having problem with a Website and cannot create a menu and then have it translated into French. Basically when I click on create menu and try to save it, it says “page not found” . Here is the link to the site: *Login to see link you will see that there is not menu because I cannot create it in English and then in French. Please I look forward to your response. Mi client is sooo mad!!!
Best regards,Gustavo.
In forum: Virtue ThemeIn reply to: Flex Silder
website pages that I have made. Also how do i remove the Home title on the homepage? super big http://www.promostar.com/
In forum: Virtue ThemeNo. Hero scene is selected. Anytime I select standard, the images in my slides disappear when they are played. I’ve had to recreate slides from scratch because of this. The images never come back no matter what I do.
I’ve posted two slides on the following webpage which show exactly what I am speaking of newsite.atlspeechtherapy.com
Additionally, there seems to be an issue with the buttons not appearing correctly when viewing the web page on a phone. Why is that?
In forum: Virtue ThemeIn reply to: Syntax Error: JSON Parse error: Unrecognised token '
Hi Ben,
Thanks for taking a look, you were right so I’ve fixed the theme inside folder issue.
I suppose if the theme wasn’t updating, then that could have been causing the error, so I’ll get the customer to monitor orders over the next few days and see if there are further probs.
The list of plugins is as follows
Advanced Custom Facebook Likebox Widget by Alan Ferdinand – 1.2
Bad Behavior by Michael Hampton – 2.2.16
Black Studio TinyMCE Widget by Black Studio – 2.2.8
Contact Us Form by Kenmore Design LLC – 1.1.1
Cyclone Slider Pro by Nico Amarilla – 2.10.1
InfiniteWP – Client by Revmakx – 1.4.2.2
Page Builder by SiteOrigin by SiteOrigin – 2.2
Stop Spammers Spam Control by Keith P. Graham – 6.12
Traffic Stats Widget by Helen – 1.0.2
WooCommerce Product Add-ons by WooThemes – 2.7.10
Woocommerce Weight & Country Based Shipping by Jeriff Cheng – 1.1
WooCommerce by WooThemes – 2.4.7
Wordfence Security by Wordfence – 6.0.20
Yoast SEO by Team Yoast – 2.3.5Let me know if you think any of these could be causing issues too.
Many thanks for your help,
Steve
In forum: Virtue ThemeIn reply to: Cart notice not shown
In forum: Virtue ThemeIn reply to: Remove the image file name in lightbox
In forum: Virtue ThemeIn reply to: Virtue Shortcodes
October 21, 2015 at 11:27 am #63801ok, there isn’t a shortcode that would make that sites iframe work but what you can do is add this css:
iframe { max-width:100%; }That will keep the screen from breaking out of the page.
Ben
In forum: Pinnacle ThemeIn reply to: Pinnacle premium version not activating
October 21, 2015 at 11:21 am #63797ok, check the site now, I just went in using chrome browser and uploaded and installed without issue?
Ben
In forum: Virtue ThemeHi there!
I run my site in boxed mode and would like the whole site to be offset vertically by a bit. I would like the entire box to not extend up to the top of the page but start a little lower than that, so that I can see the repeating background pattern above it (the box).
Surely there is some custom css snippet that does the trick?
Kind regards and thanks in advance!In forum: Virtue ThemeIn reply to: Syntax Error: JSON Parse error: Unrecognised token '
Hi Ben,
I’ve had the client monitor this issue over the last few days and although she’s a bit vague on details, the error is shown when the customers first lands on the checkout page and the payment options are grayed out and won’t let the user select them, although they are able to add their name address etc
She has told me she’s had a few instances of this and users have been using a range of devices – laptops, tablets and phones, so it’s doesn’t seem to be specific to iphones as originally thought.
One user has previously ordered from her site with no issues, but when she revisited a few days later to order, she got the error.
If it was just one user, I’d be inclined to think it’s something they are doing wrong, but she’s had messages from a number of customers, yet others have been able to checkout without any issues, so I’m stumped.
Steve
In forum: Virtue ThemeIn reply to: Store page layout
October 21, 2015 at 2:06 am #63727ok, it is what I said, Somewhere in your custom css you are adding:
body .main { float: right; }You need to remove that.
That is bad css that is breaking your site.
If you want the sidebar on the left you need to use the css which we have posted here: https://www.kadencewp.com/post-frequently-asked-questions/
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }Ben
In forum: Virtue ThemeIn reply to: Store page layout
In forum: Virtue ThemeIn reply to: Noindex,follow
October 21, 2015 at 1:50 am #63721Well something is making your site show different the the test site I’m looking at… oh well, in the furture lets just start with a login, make this back and forth go away.
Change this:
$title = "$title $sep " . sprintf( __( 'Seite %s', 'virtue' ), max( $paged, $page ) );to this:
$title = "$title " . sprintf( __( 'Seite %s', 'virtue' ), max( $paged, $page ) ). " " . $sep;Ben
In forum: Pinnacle ThemeIn reply to: Home page not updating
October 21, 2015 at 1:41 am #63719Hey,
Looks like your using the plugin wp-super cache… This means you will have to go to settings > wp-super cache and delete your cache after every change you make.I suggest not using caching while developing your site. to turn wp super cache off you must delete the cache first then turn it off in the settings. Then you can deactivate the plugin (DO NOT start by deactivate the plugin it will not work).
Ben
In forum: Pinnacle ThemeIn reply to: Major issues with mobile
October 21, 2015 at 1:23 am #63711Hey,
You can’t make a responsive theme not responsive. I also strongly urge you to considering only desktop designed websites as not an option in 2015.Lets start with this css:
@media (max-width: 780px){ .panel-row-style { padding-left: 5px !important; padding-right: 5px !important; } }add that in your theme options > custom css box. That will clear up a lot since you’ve added a lot of inline styles.
Where are you wanting two columns? what page?
Ben
In forum: Virtue ThemeIn reply to: Noindex,follow
October 21, 2015 at 1:14 am #63709You are editing the function I sent, so you can either post a link or post what your doing using a codesharing site. But the function I sent didn’t add a second title so however your adding it that is what you need to fix.
If your going to string replace make sure it’s called after you filter the title.
Ben
In forum: Pinnacle ThemeTopic: Home page not updating
I am working on a site that was half built a long time ago.
Trying to revamp it and the home content won’t update. I keep fiddling with the Theme Home Layout, and it doesn’t make any changes to the home page.
I have my Reading settings set to a static page which I labeled home temp*. How can I change the settings to Pull from the Theme Options panel?
site is http://www.onthemarcparagliding.com
Any help would be appreciated.
ThanksE
-
AuthorSearch Results


