Forum Replies Created
-
AuthorPosts
-
Hey 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,
MikeHey jelle,
I believe what you are asking is how to make your above css only target your homepage. In this case you want to use the page id selector, in your case it’s: “.html_entry_id_11”Best regards,
MikeHey Armstrong88,
This may be because of a CORS-related issue, here’s how to fix it: http://kriesi.at/documentation/enfold/enable-cors/Best regards,
MikeMarch 11, 2017 at 7:42 pm in reply to: ADD [ landcape, landscape] tags to masonry 4 column special grid #759422Hey Jeffrey,
Sorry this is not supported at this time, but please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Or you can request customization here
Best regards,
MikeHey kilimats,
Try the linking method posted here: https://kriesi.at/support/topic/how-to-link-to-a-page-with-tabbed-content-with-a-tab-open/#post-432596Best regards,
MikeHey vgagovic,
I followed the steps here: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
and added this to your functions.php:/* start Register Additional Google Fonts for Theme Options*/ add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Dosis'] = 'Dosis:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Dosis'] = 'Dosis:400,700,400italic,700italic'; return $fonts; } /* end Register Additional Google Fonts for Theme Options*/
And choose Dosis from the General Styling font dropdown. I also disabled the google easy fonts plugin. So now it works :)
*Please note that you should use a child theme or your setting will be lost on your new upgrade.
Read about it & Get it here
Best regards,
MikeHey Special K,
You can simply edit your Contact Form element and change the email address and you can change default address in Settings > GeneralBest regards,
MikeMarch 11, 2017 at 6:26 pm in reply to: issues after updating wordpress to 4.7.3 and enfold to 3.8.5 #759397Hey Special K,
I’m sorry I don’t understand the issue, but Enfold 4.02 solves many issues, have you considered making a backup and updating?Best regards,
MikeHey AudioVoice,
Can you tell us your URL, what you want changed about your promobox?
Please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Slawomir,
I’m sorry but we can’t provide support for plugins, but you could try this code in the General Styling > Quick CSS field:.fx-toc-title { font-size: 13px; }
Best regards,
MikeHey neolabels,
I believe I understand what you want is to change the name of a Portfolio Category, or add a Portfolio Category.
You can do this by going to Portfolio Items > Portfolio Categories and adding trabajos, and then assign Portfolio Items to that Category.
There is no real folder named that, all naming is in the database.
Best regards,
MikeHey JennyGr,
I’m assuming that you manually added the background image code, if so replace “rgb(245, 245, 245);” with:no-repeat #868173;
I also assumed you wanted the same background color throughout the site “#868173”, the rgb color was very light.
Another way is to try this code in the General Styling > Quick CSS field:
.html_entry_id_3590 { background: url(https://test12.tickboxmarketing.co.uk/wp-content/uploads/2016/10/backgroundsmallerfile.jpg) no-repeat #868173 !important; }
Best regards,
MikeMarch 11, 2017 at 5:02 pm in reply to: Display date on blog-grid layout set up on category page #759384Hey architchandra,
Can you make sure your displaying the date meta in Dashboard > Enfold > Blog Layout?
If you are still having trouble please include a admin login in the private content area so we can take a closer look.Best regards,
Mike -
AuthorPosts