-
Search Results
-
Hi,
I am building a Gravity Forms with pagination. Each time I move to the next page of the form the page re-aligns and places the top part of the Gravity Forms underneath the menu, it seems it thinks it putting the form at the top of the page but isn’t recognising the floating header.
Does anyone know of a quick fix for this kind of problem please?
Regards,
Graeme.
Topic: Portfolio entries, error 404
Hi,
after the last Enfold update I got a lot of error 404 issues. I’m using WPML as well and followed the instructions on other topics. I added the following code to my functions.php:
———
flush_rewrite_rules( false );add_action(‘init’,’deactivate_avia_flush’, 10);
function deactivate_avia_flush(){
remove_action(‘wp_loaded’, ‘avia_flush_rewrites’);
}
———That solved at least most of the problems. But with portfolio entries I still get the error 404.
Have a look, on this page I display a portfolio grid:
http://berlinguitartrio.de/biographien/Regards
PhilippHello, i am a new user to Enfold.
I am not a software developper;
I create a portfolio, and i insert an EasySlider.
I want to resize the EasySlider, but there no mention like A/B on the top, at the left, to change the size of the column.
I have been creating a layout element of 1/3, and i would like EasySlider to be at 2/3, on the same level.
I tried everything, drag & drop of the 2 boxes, i looked everywhere, I just do not see.
Help, please !!!https://kriesi.at/support/topic/portfolio-sortable-all-no-first-by-default/
Sorry for this new topic, but I see the other closed to new entries, and I just want to know if there has been or will be in the future some improvement regarding this. Thanks
Topic: Mobile
Hi!
I have a few questions about the mobile site,
I’m using the Responsive Header Main Menu: Display as Dropdown Menu & Responsive Layout Default for mobile and notice an arrow in a square box to scroll back up to the top on some pages, but not all.. How do I enable this setting for all the pages on mobile?Thanks!
Topic: SEO
Alright, I am developing a site for Virginia SEO, at https://www.virginiaseo.org
I have been whittling away at content issues and such, and have finally got the site down to something that I would call optimized. I discovered a major issue over Christmas, and just discovered another major issue as well, which I will share:
When you install WooCommerce into the theme, and you enable header bars with the title and breadcrumb, every product page has two H1 tags on it. This is a big no-no SEO wise as I am sure you know.
This is what I did:
Line 28 in archive-product.php in WooCommerce
<h1 class=”page-title”><?php woocommerce_page_title(); ?></h1>Left This heading alone, since the product title is what I would like to be my H1
Change line 274 in themes\enfold\functions-enfold.php
‘heading’ => ‘p’ //headings are set based on this article: http://yoast.com/blog-headings-structure/
I changed this to P from H1, and then applied some re-sizing to it. the downside is that this change I made was site wide, so I had to go through all of my pages and manually add a H1 tag to the page.
————————
My second issue I just discovered. I use Yoast SEO of course, and I have enabled the option to:
Sitewide meta settings
Noindex subpages of archives
If you want to prevent /page/2/ and further of any archive to show up in the search results, enable this.And if you go to my pages, you will see the meta robots. But I plugged my site into Google webmaster tools, and look at what I am seeing:
http://cl.ly/image/3F2S0o150f2bIt seems Google is crawling the sort links and other links as well.
Also while we are on the topic, I use a SEO tool called Raven SEO. They do a crawl of the site as well. I discovered that the TOP search button (The one in the shape of a magnifying glass) which is enabled in Enfold options was getting crawled as well. The result was 1000 failed listings of crawling pages such as site.com/product/s?=
I solved this by disabling the header search feature.
But all of these items are check marks against the site in my opinion- Google finding tons of 404 errors because it is trying to crawl a crazy sort link on the page is not right. I am going to go about blocking some of this stuff now with robots.txt… which is against my better judgement, I do not like to use robots.txt except in extreme circumstances.
Thanks,
Chris
Viewing 30 results - 135,691 through 135,720 (of 142,933 total)

Hello,
I’m looking for :
1. Delete text informations below the comment box
2. Get up the comment box above the comments
3. Add a comments navigation (I have a lot of comments : http://www.stoplaclope.fr/champix)
Can you help me?