Forum Replies Created
-
AuthorPosts
-
Hey simsb79,
I could not view your link above, but I looked at your robot.txt and it seems controlled by a plugin. Yet the blocked urls don’t seem like they should cause an issue with Google.# Squirrly SEO Robots Sitemap: http://www.boavistakite.com/sitemap.xml Sitemap: http://www.boavistakite.com/sitemap-news.xml Sitemap: http://www.boavistakite.com/sitemap-posts.xml Sitemap: http://www.boavistakite.com/sitemap-pages.xml Sitemap: http://www.boavistakite.com/sitemap-categories.xml Sitemap: http://www.boavistakite.com/sitemap-tags.xml Sitemap: http://www.boavistakite.com/sitemap-archives.xml Sitemap: http://www.boavistakite.com/sitemap-custom-taxonomies.xml Sitemap: http://www.boavistakite.com/sitemap-custom-posts.xml User-agent: * Disallow: */trackback/ Disallow: */xmlrpc.php Disallow: /wp-*.php Disallow: /cgi-bin/ Disallow: /wp-admin/ Allow: */wp-content/uploads/
Try to see what settings are in the plugin.
Best regards,
MikeMarch 12, 2017 at 3:29 am in reply to: Google Maps (on Event Calendar Event) Not displaying properly #759518Hey Paul,
Try this code in the General Styling > Quick CSS field:.single-tribe_events .tribe-events-venue-map { width: 100% !important;}
Best regards,
MikeHey Plucknik,
Did you already solve this issue? When I visit the home button works correctly.Best regards,
MikeHey Wolf,
These are not available in the contact form. You may find these features in Contact Form 7 https://wordpress.org/plugins/contact-form-7/Best regards,
MikeHi,
Did you resolve this issue? It looks like you are using the Enfold Gym demo now.Best regards,
MikeHey Jason,
In Chrome mobile, I can scroll your menu and page when the menu is open. Yet I see you are using WP Rocket which has a new issue in Safari not allowing a scroll. Following code seems to fix it:#wrap_all { overflow-y: scroll; }
Best regards,
MikeHey Tombstone,
I removed it, that was your breadcrumbs found at Enfold Theme Options > Header > Header Title and Breadcrumbs. I set it to hide both.Best regards,
MikeHey Wendy,
I was able to make the logo fixed with this code in the General Styling > Quick CSS field:.av-section-bottom-logo { position: fixed; top: 51px; z-index: 100; width: 100%; }
Best regards,
MikeHey lech07,
It looks like you need to add the class ‘flag-dansk’ & ‘flag-svensk’ to those menu items. At the top of your menu editing page click Screen Options and choose CSS Classes, then a CSS Class box will show in the menu item, add the two classes.
Best regards,
MikeHey Jochen,
What are you trying to accomplish with the<div id=”topp”></div>
code?
The other code above is necessary for the page.Best regards,
MikeHey dutchweed,
I believe this may help: http://kriesi.at/documentation/enfold/enable-cors/Best regards,
MikeMarch 11, 2017 at 10:10 pm in reply to: Add the search icon from header into a full width submenu? #759472Hey kieranvyas,
Please try this solution: https://kriesi.at/support/topic/move-search-box-to-the-top-sub-menu/#post-191976Best regards,
MikeHi,
You can create a temporary admin login in the private content area for us, it might help us solve this issue.
Sie können eine temporäre Admin-Login im privaten Content-Bereich für uns erstellen, es könnte uns helfen, dieses Problem zu lösen.
Best regards,
MikeHi,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
MikeHey Designweb,
In your menu are you dragging your sub-menu items to the right a little?
Best regards,
MikeHey Nordmar,
This is because in your code above the last two lines are commitment out with “//” Try removing them.Best regards,
MikeMarch 11, 2017 at 9:11 pm in reply to: Advanced Layout Editor for Posts Clears Content in Default Editor View in Enfold #759454Hey franktw,
You are not suppose to see the ALE code, or text, in the default editor. But you can if you enable debug mode. Please refer to this post: https://kriesi.at/support/topic/switching-between-advanced-layout-editor-and-default-editor-stopped-working/#post-133572Best regards,
MikeMarch 11, 2017 at 8:54 pm in reply to: adding social icons (including facebook) to footer via widget #759447Hi,
If you only had one icon show up, you needed to add this code in the General Styling > Quick CSS field:.widget .social_bookmarks li { clear: none!important; }
I tested your RAW pastebin code above: http://pastebin.com/T2h0cT4X with the Quick CSS on my localhost and it work correctly in a footer widget. Please try again :)
via GIPHYBest regards,
MikeHey Uroš,
Try this, in functions.php at the end put the following and replace Read the full article.. with the text you need:// Replaces the excerpt "more" text by a link function new_excerpt_more($more) { global $post; return '<a class="moretag" href="'. get_permalink($post->ID) . '"> Read the full article...</a>'; } add_filter('excerpt_more', 'new_excerpt_more');
Best regards,
MikeHey C-Y-B-E-R,
I have fixed this for you, the solution was to flush the permalink settings on Settings > Permalink by clicking the “Save” button once.Best regards,
MikeMarch 11, 2017 at 8:08 pm in reply to: Main menu – how to remove border from one menu item and put it on another #759430Hey DetelinaD,
You can change which button has a border around it by going to Menus > Menu Structure, choose your button, then under Menu Style, make a choice from the drop down.Best regards,
Mike -
AuthorPosts