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
Topic: Change button color
Hi, so I hvae been trying all the color settings in the customsiser i think, or else missing something, but to change the color of a button in my footer, i go to customiser for my overall wp site, still no luck,
heres a screen for your review,
thank you for the great theme, its solid.
cheers!
In forum: Pinnacle ThemeIn reply to: Theme Options not showing
August 9, 2015 at 2:47 pm #52283Hey,
Sorry for the frustration. The firewall has to be pretty hard since there are so many open input fields. I an guessing something in the message was triggering it.
Can you send me an email with your error and a login to your site?Ben
In forum: Pinnacle ThemeIn reply to: Theme Options not showing
Well, this is getting pretty frustrating. I’m trying to reply to this thread, and now I’m getting redirected to a page saying “Sucuri WebSite Firewall – CloudProxy – Access Denied” and goes on to say I’m “not allowed to access the requested page.” I followed your advice and got a “fatal error” when I tried to visit the site’s home page. The email where I list the exact message won’t post to this thread.
In forum: Virtue ThemeHello,
I’ve added a simple signature (forum, facebook & twitter link text) to the end of posts by adding the following to custom.php;
add_filter('the_content','add_signature', 1);
function add_signature($text) {
global $post;
if(($post->post_type == 'post'))
$text .= '<div class="signature">MY SIGNATURE HERE</div>';
return $text;
}which is working fine, but it’s displaying on the blogroll/excerpt before ‘Read More’ and I just want it to display at the end of single posts. Is there any way to hide it from the excerpt, or a better way to add it to the end of every single post entry?
I know there’s a plugin for this, but the site is under heavy strain and I’d rather not use another plugin if I can help it.
Thanks,
David.In forum: Pinnacle ThemeTopic: Hide website title
In forum: Pinnacle ThemeTopic: Main menu > having a gap
Hi,
I m creating a website : *Login to see link
And I would like to know if I can :
– separate the different entries of my menu
– add a gap between my top menu and the the top of the pagesuch as this site : *Login to see link
Thanks very much for your help
Antoine
In forum: Virtue ThemeIn reply to: Menu icon not appearing ++
In forum: Pinnacle ThemeIn reply to: 400 Bad Request and bad loads
I think it is mainly happening while I am logged in. I never have this problem on my phone but on my computer I am always logged in. I just logged out and reloaded a lot, visited different pages etc. But nothing goes wrong. I have this problem a lot at the dashboard as well. Maybe even more then when I am viewing my website… So I guess it has something to do when working on my website… I just checked and I have a lot of space left on my server so that can’t be it.
I will call my provider tomorrow! Thank you!!!
In forum: Virtue ThemeThe content width on my website http://www.utan.nu is really off on smaller screens. When the screen gets smaller the content gets pushed to the side.
I don’t know the source of the problem.
I’ve tried
#content .main {
width: 100%
}#content .main col-md-12{
width: 100%;
}But nothing works when in the CSS box.
In forum: Virtue ThemeTopic: mobile menu above logo
Hello,
Is it possible to create the mobile menu like the one on this site: *Login to see link
Where it is titled Menu rather than having a logo or box, and sits above the logo?
Is there any custom css for this?
Thank you!
In forum: Pinnacle ThemeIn reply to: 400 Bad Request and bad loads
In forum: Pinnacle ThemeHi Everybody, probably Ben;)
I am not sure if this is a problem I should address here or at my domain provider. So please tell me cause then I will call them in stead!
Anyway a problem I’ve been having is constant needing to reload every page of my website. Every view page views it shows the page horribly. As if he is not loading all the css and/or scripts. Everything looks mixed together and shift all over the place. This happens in the wordpress dashboard just the same!
What I have to do is reload the page, sometimes twice, and then it will be looking normally again. This happens a lot!Also, not as much as the other problem, I get a 400 Bad Request page. Same here, just reload and then it will be back again.
I am using Firefox, but it also happens on chrome. I have it on all my computers/laptops and on different internet connections. I have it both on the viewing page of my website as on the wordpress dashboard behind the scenes. But I do not have it while viewing other sites. So it is my website that’s causing the problem.
I am using a child theme, especially the header is really different because of the extended menu. And I use plugins (also woocommerce) but not something different or new.I would love to hear from anyone! My website is: Brigitte Dam Jewelry Design
In forum: Virtue ThemeIn reply to: Virtue Premium – Several Items
August 8, 2015 at 11:16 pm #52196You can add css like this:
#topbar-search input[type=text] { font-size: 16px; line-height: normal; }are you wanting to make the site name/logo on the right and menu on the left?
Use this css:
@media (min-width: 992px){ .kad-header-left { float: right; } } #nav-main ul.sf-menu { float: left; }Ben
In forum: Pinnacle ThemeIn reply to: User Login and Bookmark (or Likes) table
August 8, 2015 at 11:07 pm #52194having a login is standard in wordpress. There are tons of plugins that allow you to “like” something. where you get to a point of needing a larger plugin is with the personal page for each users and an automated list of what they have liked.
This isn’t something that would be idea as an add to a theme but as a separate plugin it’s certainly a suggestion. I can look around some more through the plugins that add liking but again I’ve not seen something like this.
We’ve in the past added posts on the forum for people to post there site link and info about it. They weren’t very used but it’s something we can try again.
Ben
In forum: Virtue ThemeIn reply to: Virtue Premium – Several Items
This reply has been marked as private.AnonymousAugust 8, 2015 at 11:02 pm #52192In forum: Virtue ThemeIn reply to: Virtue Premium – Several Items
August 8, 2015 at 10:52 pm #52187Hey, Thanks for posting it’s always best if you can post a link. If you don’y want to make it public you can use the “Set as private reply” option. Thanks!
1. You can do this with css.
.footercredits p { font-size: 14px; }Css can be added in your theme options > advanced settings.
2. The word should already be white can you post a link to your site so I can see why yours is not.
3. Not on the contact page. You can use a feature page to add an image above your page title then just use a plugin to add the contact for like: https://wordpress.org/plugins/contact-form-7/
Ben
In forum: Virtue ThemeAugust 8, 2015 at 10:49 pm #52186Hey Sam,
Please post in your own topic and please post a link to your site so I can see what you mean. Thanks.
Ben
In forum: Virtue ThemeIn reply to: Bug with blog: no images nor page 3 (?)
August 8, 2015 at 10:47 pm #52185What method did you use to import?
Have you cleared all caches?
When you imported where you importing posts?
Is your temp site set up on a different server? Like do you have different server settings?
Ben
In forum: Virtue ThemeWe have free digital downloads on our website that customers can download with a purchase. Some patterns are public and customer can add as many as they want.
Other patterns are exclusive and we are asking customers to limit these patterns to two per order. Needless to say, they are not limiting themselves on these exclusive patterns.
I would like to be able to have these exclusive downloads limited to two per order, any way to do this?Thanks,
MikeIn forum: Virtue ThemeIn reply to: Blog Summary Indent
-
AuthorSearch Results



