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 ThemeJanuary 11, 2019 at 12:21 pm #213034
Hi! so i am experimenting something wired…my product images load twice and the second time they load thay switch columns (plase check this in MOBILE version)..if you dont see that effect try reloading you will see..i have a hebrew page where everything is inverted but not sure if i added some css that might be doing this wired thing…maby you can help me figure this out.
i leave the link for you to see the strange thing
*Login to see linkIn forum: Ascend ThemeIn forum: Ascend ThemeIn forum: Ascend ThemeIn forum: Pinnacle ThemeIn reply to: blog post header
Hey hannah,
The only way to have no text in the header and have the post title beneath the header is by setting the Blog Post Default Head Title to “Custom” and don’t fill in anything and set the Blog Post non-Head Title Output to “Use H1 tag”.
This is the result:
https://kloekkefotografie.nl/9-favoriete-landschapsfotos-van-2018/That is perfect, but in terms of SEO I want the post title to be an H1 tag.
When I use the chrome extension SEO Peek the H1 tag is “not available”.When I press f12 to inspect the page I see that in the header there is still some info about h1 tag.
And also the post title shows as an h1 tag altough it is not seen by SEO Peek?A little bit confusing to me. Not sure if it is okay for SEO this way?
In forum: Ascend ThemeIn reply to: Change height of home page header only
In forum: Virtue ThemeIn reply to: Individual Testimonial got a “Page not found”
January 11, 2019 at 9:01 am #213000Go into your pages, make sure to change the url for this page: https://bigdear.com/testimonial/
To something else, like “testimonials”
You can’t have pages and a custom post type sharing the same url slug in wordpress.
Ben
Hi,
In the Events Calendar Pro there is a possibility to publish events in the blog feed, but i can’t get it to work with Ascend. I disabled all plugins, but it was still not showing. When switching to the theme Twenty Nineteen, the events do show up among the blog posts.
Any idea why it doesn’t work?
My site is to be found here
The blog page is to be found here
In forum: Ascend ThemeIn forum: Ascend ThemeDear Support Team,
I’m having a problem on my website sashaz.com. When I’m activating the woocommerce plugin I get only the products shown on the home page although the layout includes much more sections. Switching woocommerce off solves it but I would like to be able to use the plugin.
Thanks for your support.
Best regrads,
SashaIn forum: Ascend ThemeTopic: Hover over to change picture
January 11, 2019 at 4:40 am #212973Hello,
I got some code off of the internet to make a picture change to another picture when you hover over it. I have it working to change, however I want the picture to be in the center on my footer and also I want to make the size 150px by 150px. Above the large image that says (our gear) is the example of how I want it to look Please could you advise me on how to write this code to make it work.
I am using html (using custom html widget), should I be using CSS instead?
website homepage, please scroll down to the footer:
2islandtravellers.com/
Many thanks
Elliot
In forum: Membership ForumsIn reply to: hide/remove old post date in Google SERP
HI Kevin, thx
yes, found that on the plugin page later, too … 🙂
do you have an idea why the date is not shown on most competing SERPs.”: Sometimes Google does show a date, mostly not…that’s why I had hoped it is a setting in the page issue…
Thx a million
Dan
In forum: Membership ForumsIn reply to: Member Suggestions
HI Ben,
I love the way you keep developing your themes and plugins. and especially how you support us EU-ridden webmasters with GDPR. On that note, I fully support B.Anders views on GDPR and that it is no picknick …
1. and Google maps loading only after consent would be great … like an overlay to be clicked before google maps data is loaded at all to the page (and i do not care if someone else tells me to live with it as Maps is – how helpful is that comment at all???
For that GDPR expert above writing this: Right now Lawyers completely prohibit one of my bigger clients to use Google or Microsoft or any US based cloud hoster or service (like slack, skype etc etc) for GDPS reasons) – who thinks this is BS is either not based in Germany (to be fair, that’s to my knowledge really the worst case place to be with GDPR) or a very small business without any lawyer/Data Protection Agent2. Youtube overlay – same as with Maps Youtube is overlayed with a bg image of the video, and only loads when visitor clicks CONSENT button on it – have seen that now sevewral times and thought “neat!!”
3. I would love a form builder which can do what Gravity can do WITHOUT its extra plugins – just a good form builder for contact forms or preorders etc.
Thx
Keep up the great work
DanIn forum: Membership ForumsIn reply to: hide/remove old post date in Google SERP
I unfortunately cannot speak for whether or not this is a good idea. I don’t think it would have that negative of an impact, but it’s best to consult an SEO expert if you’re concerned about this.
I’m not sure what you meany by “do you have an idea why the date is not shown on most competing SERPs.” Can you explain more?
I don’t think that plugin will do what you want. From the description,
“This plugin does not deal with the date on SERPs or archive pages. Single posts only.”And in general, you typically don’t want to use a plugin that hasn’t been updated for so long. It likely will cause more issues than it’s worth.
-Kevin
In forum: Membership ForumsIn reply to: hide/remove old post date in Google SERP
Hi Kevin, thx!!
Hmmm… I learned sometime that changing the creation date is not a good idea and google knows the first appearance date…ahhh… those who can read will own the heavens 🙂 the plugin text says: “This plugin does not deal with the date on SERPs or archive pages. Single posts only.”
k, so will try to change the post date itself…thx!!! 🙂
Thx
Dan
In forum: Membership ForumsHi,
searched some pagescrolls but did not find something relating to showing date in Google …
I have some very old posts (it is set to “no show” in blog settings”) – so in SERPs for my website the date is shown as Nov 2012 – other SERP results show no date
Is there a way to remove this from within the theme?
I found a plugin (not tested), but would rather set something in the theme …
Thank youDan
In forum: Pinnacle ThemeIn reply to: Changing colors of my links on a specific page
That CSS selector you’re thinking of is for the page itself, and you can use that like this:
.about-us div#panel-1689-5-1-0 .textwidget {
text-align: center;
}
.about-us div#panel-1689-5-1-0 .textwidget a {
color: blue;
font-size: 22px;
}I’m including the selector for that particular page builder row since there are other text widgets on the page and I do not wish to select them. Another way to be more specific would be to add a CSS class to the page builder row or widgets themselves in the settings for them.
Let me know if that makes sense.
-Kevin
In forum: Pinnacle ThemeIn reply to: Changing colors of my links on a specific page
Kevin,
Thank you. It looks good. However, I have a question about the CSS code. Instead of using “div#panel-1689-5-1-0” to define a specific element, is there a way to use a clearer header such as something that begins with “.about-us”. I know very little about CSS, but I know there are different ways to identify an element on a page. Sometimes when your team helps with a problem, you give me CSS code that has clearer headers (such as .about-us). I hope you can figure out what I’m asking. My lack of CSS terminaology, I’m sure, is showing.
-DonnaIn forum: Pinnacle ThemeIn reply to: Changing colors of my links on a specific page
In forum: Pinnacle ThemeIn reply to: Changing colors of my links on a specific page
The website page is our “about-us” page: https://plcnh.org/about-us/
-
AuthorSearch Results


