Hi,
I have the image menu on my home page. What i want to change is the way if showing. Now when you scroll down the image menu appears. I want to turn off that option. So the image menu will load immediately when visiting the site.
Hope you understand my question and have a solution for this.
Thanks
Regards
Alex
This site has very little content so I would like the visitors to be able to access all pages content just by scrolling from the top to the bottom of the home page and still keep the pages for access by link in the menu. However, I want it to show below the Icons Menu. How do I do that? URL is 3emethods.com/siteorigin.
I would like to hide all page titles from my BackgroundImage but when I setup to Hide it, the Background Image also disappears.
What am I doing wrong? My website is 3emethods.com/siteorigin (siteorigin is the bypass for the Maintenance Page)
Is there a way to hide the top bar menu for mobile site only?
Thanks
Bill
Hi,
Are you able to post an actual link to your site? You can set as a private reply.
Hannah
Thanks for the reply Dana! I appreciate it.
Unfortunately, i’ve tried the suggestions mentioned here various times (specifically clearing the cache) to no avail. I also updated the new theme. But I can try clearing the cache again to see if something changed with the new theme.
the the section of the site in question.
http://miclangelo.com/blog/
It not a big deal yet, as is it Christmas season. However, the site is for a presentation on Monday, so this all has to be working by then.
If it helps, i found an error in the page that seems to associated with the image. I’ll post it here
![]()
<b>Warning</b>: stripos() expects parameter 1 to be string, array given in <b>/home2/waa6tu0aas3g/public_html/wp-includes/formatting.php</b> on line <b>3379</b><br />
http://Array” itemprop=”contentUrl” alt=”for the music” scale=”0″>
In my Dashboard Premium Pinnacle active theme is broken! Please help!
Hi,
We set up a portfolio and it shows up with the filter only for the category ALL (TODOS). The rest of the categories (porftolio types) just don’t show up at all.
Is there somewhere where we can activate them?
Thanks.
Website
*Login to see link
I use add banner in my sidebar. For this, I use an empty text widget where I put in the code for the banner. For example:
<script async=”async” type=”text/javascript” src=”//tracking.blogfoster.com/js/bfs.min.js” class=”bf-adslot” websiteId=”2238″ adslotId=”8009″></script>
This worked out perfectly on my imac. On my smartphone it also worked, but sometimes only the first banner was shown. (Whats wrong here?)
Now I looked at my page with a normal Computer (Windows). The sidebar is empty. No banners. Why?
http://www.coconut-couture.com
Which widget are you using? Can you post a link to your site?
Hannah
Hello folks,
My first weekend working with WordPress. Love your Pinnacle theme so far!
But i have a question that’s i havent been able to figure out yet
images that i set as the “Feature picture” do not show up in the page with the full blog posts excerpts (they show up in the either in the summary fine).
All i get is what look like a broken picture thumbnail which directs me to the picture in question, indicating (to me anyway) that there was a problem in rendering the image. However, when i post the image in the paragraph section, it shows up in the blog post fine.
I have verified the following
-blog post is set to “image”
-I set featured image
-head content set to “image”
-post summary “image post default”
Can you care to help offer assistance?
site is miclangelo.com
i took it off maintenance so you can see it (let me know if there’s a way you can access it without me having to make the site live).
Thanks!!
Hello,
on site products you see double image view.
That is not good, this is also with the carrousel.
How can i fix this?
Merry Christmas
Im trying to add outside links to my site. I have a social media link and a clickable image that serves as a link on my primary sidebar. Both are Virtue widgets. Nothing happens when I click them. I have filled out the correct URL and when I hover over them the URL shows in the bottom corner of my browser but absolutely nothing happens when I click the links. I also used a 3rd party clickable link widget with no success. Anybody know what the problem may be?
Thank you,
Dominick
Hello,
I have a staff page on my website, and I use the testimonial template for this section (instead of the staff one).
When I create my staff page using the testimonial grid, everything is fine, I have the right url mysite.com/staff/
but then when I add a staff member (John), and when I click ‘read more’ to read the rest of the bio, it opens another page, but then the url becomes mysite.com/testimonial/john/ – is here anyway to rename ‘testimonial’ into something else???
Thank you in advance for your help!
Hi – I am trying to integrate CometChat into my Virtue Premium WordPress theme site.
The installation instructions for CometChat after running /var/www/website.com/public_html/cometchat/install.php say this :-
————————————————————————————————————————
Installation complete. Did you expect something more complicated?
Add the following immediately after <head> tag in your site template:
<link type=”text/css” href=”/cometchat/cometchatcss.php” rel=”stylesheet” charset=”utf-8″>
<script type=”text/javascript” src=”/cometchat/cometchatjs.php” charset=”utf-8″></script>
————————————————————————————————————————
I am unclear as to which file I need to be copying this into. I do not have a <head> section in my /var/www/website.com/public_html/wp-config.php file.
My /var/www/website.com/public_html/wp-content/themes/virtue/premium/header.php does not either :-
<?php
/*
Empty on purpose.
– Force plugins to stop stating incorrect errors –
wp_head();
*/
so can you tell me into which file I need to add these lines please?
I am running Ubuntu 14.04 LAMP stack
Thanks
webdev71
This reply has been marked as private.
This reply has been marked as private.
I’ve tried Firefox, Edge (the new IE), and Chrome – all are the same even if I clear the cache, cookies, and browsing data. The homepage shows the blog featured images, but the blog posts themselves aren’t displaying them, there’s just a broken image link above the title of the blog post (but all the other images embedded in the posts are showing up fine). Don’t worry about it right now, it’s not massively important right now as at least my site is displaying the homepage images correctly. Enjoy your Xmas, and thanks for looking into it! 🙂
Hi Andy,
Do you mind posting a link to your site? I would suggest deactivating your plugin one by one to test if one is conflicting.
Hannah
Not sure if it’s just me, if my update didn’t work properly, or what, but after updating to the latest version of Pinnacle (1.5.4), my site failed to load with the error:
Fatal error: Call to undefined function is_plugin_active()
originating from line 3 of lib/post-types.php
I was able to seemingly fix this by adding the dependency to the top of post-types.php:
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
Should the theme be patched, or is there something else going on with my installation? Presumably plugin.php is meant to be called before post-types.php, but this isn’t happening for whatever reason…