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
I have been trying to use your theme with woocommerce for 2 years and have constant loading problems and and I/O usage spikes in my hosting account. I also have been hacked at least once and my other premium theme with wordfence are clean and clear.
I have been trying to have someone export my current woocommerce products from your theme but my hosting account times out and I have spent much time with my hosting company and the say the issue is with the site.
All I want to be able to export my current products out of your theme, the reason I need to do this is when I activate another with my site ( a theme that I am using successfully with two other domains) my current site becomes a complete disaster and costs me a ton of time to fix everything.
So one way or another I need a solution.
Please advise. Thank you.
In forum: Virtue ThemeNovember 21, 2018 at 3:57 pm #208291Hello,
Can you please help me? i upgraded to wp 4.9.8 and i also upgraded Virtue to Versión: 4.8.6,
but after upgrading if i go to pages->add page, the page editor does not show the tools neither the page title, like the picture in this link:
My website is acolombiantraveler.com
What could i do?
Thanks,
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Virtue Image Menu Item Size on Mobile
In forum: Virtue ThemeIn reply to: Portfolio on Homepage does not appear again…
Hello,
I’m having the same problem with my posts grid display. All of a sudden no more posts are displayed. I’ve been working on my site and having made no changes on my post grid template page and now it looks like this : http://roadbook-video.com/articles/
But the posts seem to be transparent. When the mouse hoover on the page I can see the link and even click on it but no display !!!
Mystery !! I’ve clear the cache on my browser (Chrome and Firefox )
Please I need help.
ThanksIn forum: Virtue ThemeIn reply to: Phone call button
In forum: Virtue ThemeIn reply to: Phone call button
In forum: Ascend ThemeIn reply to: change WP default “from” notification email address
Although the plugin you offered seems easy enough, I also found this code to change the WP default email to my own via my function.php, without using a plugin. If I decide to go that route, I will need to use a child theme then, right? What do you think? Just trying to find the easiest and most secure route for a homeowner association site. Thanks much for your input.
https://www.daretothink.co.uk/change-default-wordpress-email-address/
// Change default WordPress email address
add_filter(‘wp_mail_from’, ‘new_mail_from’);
add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);function new_mail_from($old) {
return ‘[email protected]’;
}
function new_mail_from_name($old) {
return ‘Webmaster’;
}In forum: Virtue ThemeIn reply to: Kadence Page Transitions Activation
This reply has been marked as private.November 21, 2018 at 9:49 am #208254In forum: Ascend ThemeHello,
The site at Creating Ceremony has something weird going on with the header. You can see, if you look immediately under the logo on the left, to the telephone number on the right, that it’s not lining up with the full width header…there is what seems to be a white border underneath just that middle section. It’s the same 1140px as the max-width for the site. It’s also at the bottom of the main Homepage image.
How do I get rid of that line/border?
Thanks, Valerie
In forum: Virtue ThemeTopic: Virtue Image Border issues
In forum: Virtue ThemeIn reply to: home/front page does not update
November 20, 2018 at 11:09 pm #208202I would suggest you talk with your host to have them check the server for a security breach.
It’s good to have a security plugin that can help harden your site’s security. I usually use: https://wordpress.org/plugins/sucuri-scanner/
I suggest changing your passwords and making sure there are no other admin users that were created.
In the end though I would guess this got in through the server and not your site.
Ben
In forum: Virtue ThemeIn reply to: home/front page does not update
Thank you Ben. Logging off here. Almost 1 am. As you can perhaps see, URL is displaying a deleted page with old menu. It is critical that the website display the Black Nativity 2018 page as the homepage asap. I upgraded to membership specifically for the support. I hope you can help. Good evening.
In forum: Virtue ThemeIn reply to: Custom Menu Widget Missing
November 20, 2018 at 10:29 pm #208191Hey, the WordPress widget doesn’t have a dropdown it’s a list menu meant for a sidebar were all items show. It’s not like the navigation you would have in your site header.
Ben
In forum: Pinnacle ThemeIn reply to: Target=”_blank” applied to email icon
November 20, 2018 at 4:21 pm #208162If the user has web email (Gmail for example) then clicking the icon will take them off your site and to their Gmail account.
That isn’t usually what people want. Or what a user expects. Then they click back in there browser and now don’t have the email compose screen up to write with.
As a general rule if the user is leaving your domain even if to an app the link is set to target=”blank”
If you want to remove that you would need to edit the template content-loop-staff-meta.php
Or you can use javascript and have target removed on page load.
<script type="text/javascript">jQuery(document).ready(function ($) { $('a.email_link').removeAttr('target'); $('a.phone_link').removeAttr('target'); }); </script>In forum: Pinnacle ThemeTopic: Strange headline on website
We’re using the normally great looking Pinnacle Theme for our webside, but are suddenly seeing a very strange headline (see *Login to see link ). When trying to solve the problem, we’re not allowed to log on to our WP admin to fix the problem, but get an empty page with only the same headline on the top:
Warning: Use of undefined constant ݮο̡����ō�÷�����ȣ�������ܧ����;����������ͮ�����������Ւ – assumed ‘ݮο̡����ō�÷�����ȣ�������ܧ����;����������ͮ�����������Ւ’ (this will throw an Error in a future version of PHP) in /customers/9/b/d/iiamo.com/httpd.www/wp-links.php on line 1 Warning: Use of undefined constant ������������ – assumed ‘������������’ (this will throw an Error in a future version of PHP) in /customers/9/b/d/iiamo.com/httpd.www/wp-links.php on line 6 Warning: Cannot modify header information – headers already sent by (output started at /customers/9/b/d/iiamo.com/httpd.www/wp-links.php:1) in /customers/9/b/d/iiamo.com/httpd.www/wp-includes/pluggable.php on line 1219.Can you help?
Kr Pernille
iiamoIn forum: Virtue ThemeIn reply to: PHP Version
Hi Kadence Themes. I’m using your Virtue Premium theme. I got a problem now, though, as my provider updated their PHP to version 7.2. Now I cannot open the control panel. The website as such works fine, but I cannot open the control panel for doing administrator tasks. If I downgrade the PHP to version 5.6 everything works fine again.
How can I make my site work properly with the current PHP version, i.e. version 7.2?Kind regards
Poul.
In forum: Ascend ThemeIn reply to: featured image title below image on blog page
In forum: Pinnacle ThemeIn reply to: Site Header
Hi there – I just changed the topbar on my site and looks like the same issue is occurring. I didn’t touch the custom css. Could you take a look for me?
Website is: http://www.saminamitha.com
Thank you!
Samina -
AuthorSearch Results


