Hello Helpful People!
I have my main menu across the top of the page, but some of the menu items themselves I don’t want to link to actual pages.
For example, the “About” in my main menu should just have a drop-down menu. I want it to be that if somebody click on “About,” they just see the drop-down menu, but right now it’s taking them to a sample page (http://naturaintegrativehealth.com/?page_id=1195).
How can I configure this?
Cheers,
Erica
Hi andreyp1978!
Please be patient, your topics are less than 5 hours old, we need to attend other customers too, i’ll personally look on yours next.
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.post-entry-2594 .flex_column.av_one_third.avia-builder-el-6.el_after_av_two_third.avia-builder-el-last.column-top-margin { position: relative; top: -240px; }
Cheers!
Josue
Hey guys how come I opened 3 topics and none of them were replied…???
I searched pretty hard before opening question and I can’t find the answer can you guys please take a look at my q…please….???
In other words can’t find option to insert this large menu like in Pages to the top of the menu

please let me know! thanks much
-
This reply was modified 12 years, 3 months ago by
andreyp1978.
Hi!
Versuche
#top #wrap_all #kette .container .content {
padding-top: 0;
padding-bottom: 0;
}
Cheers!
Peter
Hey!
Try adding this code to the Quick CSS:
#top .avia-gallery .avia-gallery-thumb a {
height: 255px;
}
Cheers!
Josue
In reference to Josue’s solution implemented here:
https://kriesi.at/support/topic/linking-the-icon-box-icon/#post-183786
How would I do that for BOTH the homepage and one other specific page (but NOT all pages)?
Hey Cdfb!
Version 2.4.2 is the most recent version of Enfold so make sure you have that installed.
On your Page or Portfolio editing view go to the top right corner of the screen where the Screen Options tab is. Click on it to trigger the drop down and then make sure the Advanced Layout Editor checkbox is checked.
Cheers!
Devin
Hi!
I think it would be better to revert it when viewed in a mobile device:
@media only screen and (max-width: 767px) {
#top div .avia-gallery .avia-gallery-big{
width: 100% !important;
min-height: 0 !important;
}
}
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
#top {
background: white;
}
Cheers!
Josue
Hi fbarfety!
You can check where is your temp folder by running phpinfo(), do the following: create a file info.php and put this inside:
<?php
phpinfo();
?>
Then simply run it using the browser and it will throw a lot of data, perform a search for “upload_tmp_dir”.
http://wordpress.org/support/topic/missing-temporary-folder-phpini-not-accessible
Cheers!
Josue
Hi,
Is there any way to change the base video embed size? Right now we’re using videos in a single “full width” layout, but we want them to be smaller.
When the screen is resized / viewed through mobile, the videos resize perfectly to what we want. Only issue is the initial video size on a full-screen browser.
This doesn’t make a lot of sense to me trying to explain it properly, so I’m hoping these images help as reference:
Current Video Size: http://gyazo.com/72972fe5c974c447c9b51efb7c566e9d
What We Want (Done through video embed using text block): http://gyazo.com/c17d4b73a2aa21785bb2501fad4f6002
Resized / Mobile: http://gyazo.com/84891ff4a343acac6d52f7880e04fb79
What we want is the bottom video, which is your embed / feature, the top image is using the text block embed feature using base youtube code.
I hope this makes sense and there is a way to edit this!
Thanks!
Ah cool! Das sieht schon sehr gut aus. Jetzt müsste nur noch die untere Kante bündig mit dem Hintergrund abschließen.
Ich hatte es bereits mit
#top #wrap_all #kette .container .content{
padding-bottom: 0;
}
ausprobiert, aber das funktionierte nicht.
There is no such thing as “sending a slider”. I already told you how you can create the slider you want in my post here https://kriesi.at/support/topic/in-layerslider-wp-menu-only-are-2-sliders-i-need-all-sliders-with-pictures/#post-197036
You just need to add image and click on the image that you would like to add caption and simply choose Caption Positioning from dropdown http://i.imgur.com/MHffr2M.jpg
and that is it. Please try creating the slider first.
Best regards,
Yigit
Hi Yigit,
okay, that works, thanks.
Can the background image be added (and have content on top of it) in Boxed Layout only?
– Jodi
Hey AndrewDelaware!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
#header_main { height: 157px; }
.logo, .logo a, .logo img { width: 340px; height: 156px; max-height: 156px; }
2) You should go to Appearance > Editor and open Header.php file and insert your image there
3)
#top .main_menu .menu>li:last-child>a { padding-right: 15px; }
#header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child { background-color: #f47729; }
.header_color .main_menu ul:first-child > li > a, .header_color .main_menu ul:first-child > li.current-menu-item > a { color: white; }
Best regards,
Yigit
Hi!
Just a quick FYI our queue system goes by oldest posted response in a topic so whenever you self bump or self respond the topic goes to the end of our queue.
For the issues/question you can change how many items get shown before doing a load-more button from the masonry options but other than that no there isn’t anything built in because that is the expected mechanism to keep lots of content loading in at once.
You may be able to find a lazy-loading plugin that could help but I’m not sure any would work without customization with the theme.
Best regards,
Devin
Hey Ben!
1) Please go to Enfold theme options and turn off “Sidebar on Smartphones” under Sidebar tab
2) Please refer to this post https://kriesi.at/support/topic/portfolio-left-right-change/#post-196860
3) Please go to Enfold theme options and change Portfolio Slug under General Settings tab
Best regards,
Yigit
Guys why you just close this topic without answering the questions?
https://kriesi.at/support/topic/bbpress-2-5-error/#post-196787
Hey!
I looked into it and the problem is that the Swedish translation file seems to contain German text strings. We didn’t notice it in the past because no staff member of the support team speaks Swedish and we did not translate the theme. We used a file which was provided by an user and we didn’t check if the text strings are translated properly or not. I made a video which shows you how you can find and change the German text strings: http://www.screenr.com/fXoH with Codestyling (see https://kriesi.at/support/topic/how-can-i-set-enfold-to-swedish-using-code-styling-localization/#post-186758 ).
Afterwards regenerate the mo file. If you’re ready please send us the translated files and we’ll include them in the next update for all Swedish users.
Cheers!
Peter
Hey gamemaster!
1) Please update your theme to version 2.4. We added schema.org markup to the theme code which can improve SEO. The change was introduced with theme version 2.4.
2) Try to send the sitemap.xml to google. The sitemap.xml file can be found here: http://www.bikevents.dk/sitemap_index.xml and this page will help you to submit the sitemap: https://support.google.com/webmasters/answer/183669?hl=en&ref_topic=8476
Best regards,
Peter
Hi!
Yes – use following css code and change the font size.
#top label {
font-size: 12px;
}
Regards,
Peter
Hi!
Ok, habe es nun mit
#top #wrap_all #kette, #top #wrap_all #kette .container {
width: 100% !important;
}
#top #wrap_all #kette .container .avia_image.avia-align-center {
margin-right: 0;
}
#top #wrap_all #kette .container .content{
padding-top: 0;
}
und einem whitespace über der Schrift in der Mitte gelöst.
Best regards,
Peter
Hey!
As far as I know socialize does not offer a php function to call the social media icons directly within the php code (however please correct me if I’m wrong). However according to this thread: http://wordpress.org/support/topic/short-code-23?replies=2 you can add attributes to the shortcode. You can use the attributes like
do_shortcode('[ssba title="'.$entry->post_title.'" url="'.get_permalink($the_id).'"]');
to customize the output of the social media links for each post in postslider.php
Best regards,
Peter
Hey!
Please set it again or recreate the first and last images from scratch. Remove browser cache then reload the page a few times.Test it on another browser. The animated images should render html tags like this:
<img class="avia_image avia_animated_image avia_animate_when_almost_visible top-to-bottom avia_start_animation" src="http://luma-products.com/wp-content/uploads/2013/10/cowpots_logo-300x116.png" alt="" title="" itemprop="contentURL">
I don’t see this one on the first and last images.
Regards,
Ismael