Viewing 30 results - 132,331 through 132,360 (of 142,872 total)
  • Author
    Search Results
  • #238296
    decl
    Participant

    Hi guys,

    Until the last upgrade I used the simple mobile dropdown menu, which worked fine for me. Now it appears that I have to use the slide out mobile menu, but it doesn’t work on my iPhone 4.

    The submenu items are not visible, although I’ve NOT marked the option »Hide Mobile Menu Submenu Items«. In my site structure the main menu items are not clickable (hashtag in URL) so I can’t navigate at all now.

    The curious thing is, when I shrink my browser to simulate the mobile menu on desktop, everythink works perfectly…

    Thanks for help,
    Christian

    #238295

    Hi,

    As codemode has interfered with my topic I will repeat my question please:
    “On desktop (the first image) is OK but on mobile (the 2nd image) the space between logo and image is too big. Can I reduce it somehow please?

    Many thanks!”

    Thanks again!

    #238292

    Hi Enfold support!
    I’ll take the chance to ask for something concerning this topic: I’d like to know how to set a parent page for posts, since it seems posts haven’t got one. I cannot assign them one: is it correct?
    Please, see the screenshot below and have a look both to breadcrumb and the taxonomy.
    Maybe, I should set something in permalinks settings in order to have categorized posts.

    d

    Please, let me know something about and thanks in advance.
    Best regards.

    #238286
    wtflovelife
    Participant

    Hi! I found this post: https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
    That states that you were going to be adding a feature to upload your own custom fontello fonts through the admin for the social media (in the header) icons.
    I don’t see a way in the admin right now to add new icons. Am I missing something?
    Thanks so much!

    #238270
    NorthsideSydney
    Participant

    Hello
    I have found an issue where any links above the a colour section containing a parallax or fixed image on a mobile device (iPad, iPhone) don’t work. Anything below it however does. All links work on a desktop/laptop. Took me a while to find out what was happening(!) Can you help so I can use parallax with my site.
    Thanks

    #238269

    In reply to: Mobile Menu options

    Hey!

    Please make sure that the header settings are saved properly for all languages. Go to Enfold > Theme Options > Header and check the settings. Then click the “Save Changes” button. Afterwards select another language from the language switcher (can be found in the admin toolbar at the top) and then check the Enfold > Theme Options > Header and check the settings of the translated website. Probably the settings are a bit different and you need to re-configure them. Afterwards hit the “Save Changes” button again.

    Regards,
    Peter

    #238266

    Hi!

    Maybe the language cookie is missing. Try to clear your browser cache & delete cookies and then go to the editor page to translate it. See: https://kriesi.at/support/topic/wpml-homepage-blog-post-not-working/#post-230549

    Cheers!
    Peter

    #238231

    Hey!

    Just remove this code

    .html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a {
     line-height: 58px !important;   
    }

    Best regards,
    Ismael

    #238223

    In reply to: Color section

    Hey!

    Please edit the page then set it the layout to “No Sidebar”. Add the Color Section on top then 2/3 and 1/3 column elements below. Insert the content on the 2/3 element then add the Widget Area element on the 1/3 column.

    Cheers!
    Ismael

    Hey!

    You can find the avia post navigation functions on functions-enfold.php:

    if(!function_exists('avia_post_nav'))
    {
    	function avia_post_nav($same_category = false, $taxonomy = 'category')
    	{
    		global $wp_version;
    	        $settings = array();
    	        $settings['same_category'] = $same_category;
    	        $settings['excluded_terms'] = '';
    		$settings['wpversion'] = $wp_version;
            
    		//dont display if a fullscreen slider is available since they overlap 
    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;
    
    		$settings['type'] = get_post_type();
    		$settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy;
    
    		if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true;
    		if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true;
    
    	        $settings = apply_filters('avia_post_nav_settings', $settings);
    	        if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
    	
    	        if(version_compare($settings['wpversion'], '3.8', '>=' ))
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);
    	        }
    	        
    		$entries = apply_filters('avia_post_nav_entries', $entries, $settings);
            	$output = "";
    
    		foreach ($entries as $key => $entry)
    		{
                if(empty($entry)) continue;
    
                $tc1   = $tc2 = "";
                $link  = get_permalink($entry->ID);
                $image = get_the_post_thumbnail($entry->ID, 'thumbnail');
                $class = $image ? "with-image" : "without-image";
    
                $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
    		    $output .= "    <span class='label iconfont' ".av_icon_string($key)."></span>";
    		    $output .= "    <span class='entry-info-wrap'>";
    		    $output .= "        <span class='entry-info'>";
    		    $tc1     = "            <span class='entry-title'>".avia_backend_truncate(get_the_title($entry->ID),75," ")."</span>";
    if($image)  $tc2     = "            <span class='entry-image'>{$image}</span>";
                $output .= $key == 'prev' ?  $tc1.$tc2 : $tc2.$tc1;
                $output .= "        </span>";
                $output .= "    </span>";
    		    $output .= "</a>";
    		}
    		return $output;
    	}
    }
    

    Best regards,
    Ismael

    #238168

    In reply to: Topmenu not clickable

    Hi typoskull!

    Go to Appearance > Menus then create a custom link. Place a hashtag on the URL.

    Cheers!
    Ismael

    #238163
    paulrt27
    Participant

    if you look here please:
    http://www.catalyst2change.co.uk/services-clients/

    i can’t work out how you enter the link you require for the testimonial section, when i used the Avia builder and add a testimonial section, when i click on the Add/Edit Testimonial option, there are only 3 fields where i can enter the text i want to appear, the top field is to enter the name of the person, the second field is to enter in the job description, and the third field is the main section where you type in quote from the person. nowhere is there a link box where you can enter in an http:// link (not that i can see) yet in the second job title field i am getting this when viewing the published pages:

    Karen Delgado
    Former Director Turning Point and Cambridge Education and Currently Strategic Director Enlightened HR – http://
    i.e. at the end of each of the job title fields it is displaying an empty http:// link, how can i change this to the actual relevant URL links i would like displayed for each of my testimonials please?

    thanks,
    paul

    #238158
    addwebtoday
    Participant

    Hi we first tried doing an animated slider in the build in Layerslider WP in the enfold theme and while it looks great on desktop, we’re having trouble on mobile. The text shrinks down, but overlaps each other and the image and icon shortcode we put in doesn’t scale down.

    So next we tried revolution slider, and had problems getting it to even be full screen. We saw someone with a similar problem in the forum and saw a response with putting it in a color section and putting in some CSS into the quick css and then it still didn’t work without a lot of tweaking. We were eventually able to get it to work using a custom layout and manually entering in the widths to scale down to. It seemed to work on android, but on iOS when you tilt the phone to landscape mode it crashes multiple browsers.

    The more basic sliders built into the theme seem to work perfectly, but they lack the functionality we need for animation.

    Any thoughts?

    #238156

    Topic: Portfolio not working

    in forum Enfold
    Anonymous
    Inactive

    Hello,

    My portfolio page suddenly stopped working. I cannot add, edit or even see the portfolio entries I created. When I open the Portfolio section in the back end, I get a completely blank page.
    The portfolio items also disappeared from the portfolio site of my homepage.

    Does anybody know what happened here?
    Thanks!

    #238151
    InfinityJane2013
    Participant

    I tried what you told me here: https://kriesi.at/support/topic/category-menu-bold-when-active/

    and it worked, BUT i also need to change the color when its active.. i couldn’t get that to work.

    How to do that??

    I added color and wrote important same way as with the bold, but the color does not show..

    Is it possible to get this as an option in CSS in next update? I can’t find it in my CSS.

    I can see that its because when i need to change the sidebar category menu color – i use “important” in my CSS = it doesn’t work even i write important when i want the active to show different.

    Also i don’t like that the color is 50% some where. .in the widget. in the sidebar and so on.. i i can’t find where to change that to just be 100%?

    Then my problems would be solved if i could do that.. the grey is to weak a color.. so where to change that thing about 50% of color you put it to be?

    Hi, I’ve just noticed that on mobile version the logo appears overlapping the language flags. It seems that something like padding is needed below the language flags on the mobile version only not to be overlapped by the logo.

    Thank you,

    Oriol

    #238148

    Peter:

    Thank you very much for your expertise. Most of the issues I have figured out and it looks like the theme will work for me. The few things I want to have control over such as fade speed and the Pretty Photo settings I can go into the Enfold JS files and edit the settings then it reflects in the child. For me it’s easier to do it that way than to create new JS directories within the Child hierarchy because I can take advantage of Enfold updates and just make a couple edits each time as it doesn’t happen that often.

    It would be great if you could add a “slideshow transition speed” control function beneath “slideshow transition” drop-down. And also great if you could control the Pretty Photo functions from within WP, but that’s not as important.

    However, I do have a couple basic questions that I must resolve before I can continue–The site in progress: http://blaircomm.us/blaircomm14/:

    1. How do you set an existing page as the”home page”in Enfold? I have all WP settings to the latest post and have set the page in the Enfold Child settings–however nothing happens. Do I just rearrange the menus or what? I know it’s a stupid question, but I can’t find the answer anywhere. (I also have trouble with server latency from Network Solutions, so certain updates sometimes take up to 1/2 hour to show and it may be the reason.)

    2. How do I create a new “home” page in Enfold? When I try, even though it is from a template of one of Enfold’s pre-configured home pages, it shows up as a “page” with the “you are here…” menu at the top. How can I create a “home” page from scratch and have it at the top of the hierarchy with no “you are here…” menu?

    3. How can I insert a “layer slider” that is a full page like the “one-page portfolio” sample page you have that uses a”full screen slider?” Do I need to make a “full screen layer slider” and how can I get it to function as a full-page just like the”full-screen slider?” Or, can I insert a “layer-slider” into the “full-screen slider” as a media element of like an image? Point me in the right direction as I want to have four or five rotating slides for the one-page portfolio type home page that are “layer sliders.”

    4. Last question: How can I adjust the column width in the “mega-menu?” They are much too wide for the menu listings and I need to be able to configure them to work according to the content.

    Thank you very much.

    – Michael

    #238146
    michag
    Participant

    Hi There

    I have been trying to change the appearance of the top-level of the top-menu but to no avail. What classes/ styles should be used to achieve this?

    Thanks in advance,

    Micha

    • This topic was modified 12 years ago by michag.
    This reply has been marked as private.
    #238131
    djsmbd
    Participant

    Hello…love the theme and the great support.
    The category dropdown menu we created stopped working after the update.
    Please see the issue on a moblie or ipad: http://musicbydesign.com/wedding-vendors/

    Cheers!

    #238125

    Topic: Topmenu not clickable

    in forum Enfold
    typoskull
    Participant

    Hi Support-Team,

    thanks for the great theme! I try to set up my menu, but couldn’t get it working in the way I like….

    Can I create just an entry in the main menu, without a clickable link? If you hoover with the mouse the submenu will open to show you some pages for the topic of the entry in the main menu?

    In example: http://www.scratchinginfo.com/ – click on “wordpress” below the logo -> submenu will open, where you’ll find the link to the pages of the website.

    Thanks,

    T.

    Wanderlustme
    Participant

    Hey,

    Finally I’m able to download the theme. But I dont seem to be able to make any changes.
    I have already download images for slide (By editing the original homepage in pages session).

    The slide is still not working. I have already deleted other sample slide and once I have saved the new slide. I tick on the box then click “apply”. Once the website refresh the page. The tick is gone and I saw the auto message that you’ve received LayerSlider with your current theme. Our auto-update mechanism only works with a direct purchase of the plugin’.

    The editing page and preview are different. The Enfold original slideshow always pop-up and I already deleted all of it! In the editing page my pictures and slide are there. But on the preview, the Enfold slide is being used. I have watched demo via VEMO but I saw that the instrustor has the button on top (edit frontpage) when I dont have one, I have to click pages > all pages > select “Home page” > then click “Edit”

    Despite so many attempt it’s always the same. Is there any instruction that I can read all for the setting (especially slide show? )Can you look at the website and fix it? or check what seems to be the problem. I just downloaded the theme yesterday from themeforest. (Is it the new update? )my slide show version is 2.6.1

    I would like to fix the slide problem within today please answer as soon as possible.

    Second question, Can I set a default page that always link with category like travel on the home page so I dont have to edit every time I update new posts. So the reader can always see the lastest post on the home page?
    And I have not downloaded BB forum and how can I download BB Forum as I clicked dismiss. (The Vemo video suggested to click dismiss)

    Do I also need to change “Allow LayerSlider access to users with … ” to other than Admin eg. Author, admin, etc?
    and I have already clicked update the slide on the right hand side too.

    Please tell me in details how can I adjust to use my own slide show. (By uploading photos not by posting URL photos)

    #238116

    In reply to: URGENT HELP!!!

    Is the logo fixed from this topic: https://kriesi.at/support/topic/enfold-update-errors-help/

    Please do not start similar topics with overlapping questions. It makes it much harder for us to answer effectively and for others to search+find answers.

    #238113
    Erwin
    Participant

    Hi,

    I would like to place a custom widget area over the layerslider. I’ve added a twitterfeed as a widget in a custom made widget. Added the following css. Only thing is that the z-index doesn’t work. When I add a extra z-index to the slider, offcourse it’s lower, then the top of the widget, which is laying under the slider, won’t even be visible when the page loads. As it is now, it is visible loading.

    My css-code:

    #juiz_last_tweet_widget-2.juiz_last_tweet_widget {
    position:absolute;
    background:blue!important;
    top:-180px;
    right:150px;
    width:300px;
    z-index:9999!important;
    }

    Does anyone know how I can get this layered the right way? You can see what I mean at http://bit.ly/1fOwQhg

    Regards,

    Erwin

    #238105
    keithcrest
    Participant

    Hi,

    I’m hoping you can help me with a few things, I upgraded from 2.4.5 to 2.6.1…and it blew up some things…and my head hurts from trying to fix them!

    This is in regards to the following work site: http://pgutters.jonevan.com/

    1) I lost some “call this number” stuff that I had inserted in a child header.php file, but the new core theme header.php is so different, I can’t figure out where to insert it (still which you would give a straightforward left/right content area option when you place the menu below the logo :-). Here is the code:
    echo “<div class=’topText’>For Gutter Cleaning, Repair, or Installation:</div><div class=’bottomText’>Call (609) 356-0288</div>”;

    Here is an image of how my header area looked before the theme upgrade:
    http://i62.tinypic.com/35hl3bs.jpg

    I removed my child header, so it would add to any confusion and it was messed up now anyway.

    2) The menu text was/is supposed to be white (I can’t believe I can’t figure out the target for that, so please excused my stupidity).

    3) In the drop downs, the highlight background color was/ is supposed to be #f5f5f5, but something is forcing it to the main menu background color and I can’t figure out what’s going on there, either.

    4) Last, I can’t seem to get the custom.css to work at all, targeting smartphones. I have put the file in a “css” folder in my child theme…I have left it on the top level of my child theme (in no folder, like the styles.css)…and neither way works. But when I just write an “h1: display none” in the core theme’s custom.css, the h1s disappear just fine. So what gives? Why can’t I get custom.css to work in my child theme folder?

    I appreciate your taking the time to help me with these items. As I said, I have spent a couple of hours (unbelievably) on these things since upgrading to the latest core theme (the custom.css is why I upgraded, to see whether that helped), and I can no longer see straight!

    Keith

    • This topic was modified 12 years ago by keithcrest.
    #238094

    In reply to: reposition menu

    Hey Frank!

    Let me give you a hand on this one, you need to add the following code inside of the custom styles ( including a link if you don’t know where this is located at ) http://kriesi.at/documentation/enfold/custom-css-and-quick-css/ .

    .main_menu { 
        top: 5px;  // If you need more space just increase the #, this will move it to the bottom 
        right: 10px; // If you need more space just increase the #, this will move it to the left
    }

    Best regards,
    David

    • This reply was modified 12 years ago by David.
    #238086

    In reply to: Header social icons

    This reply has been marked as private.
    #238084
    Kimberlyjo
    Participant

    Hi there I could use some help on a couple of things.
    1) I am trying to get my fullwidth masonry portfolio to sort by title instead of date. I read the enfold documentation copied the php snippet went to appearance – editor – child theme – theme functions (functions php) and inserted the snippet so it looks like this.
    <?php
    /*
    function custom_post_grid_query( $query, $params ) {
    $query[‘orderby’] = ‘title’;
    $query[‘order’] = ‘ASC’;
    return $query;
    }
    add_filter( ‘avia_post_grid_query’, ‘custom_post_grid_query’, 10, 2);
    */
    I saved, updated, cleared my cache and it is still sorting by date. Can you point out where I went wrong?

    2) I would like to stop the little yellow box from displaying on mouse hover over my portfolio images. I went to each image removed the image caption, title etc. so there was nothing left to display but that didn’t stop the yellow box. Now it is defaulting/displaying the title of the page where the image is pulled from. Is there something else I can do?
    Thnx
    Kim

    #238071

    Hi Devin, I was looking for a way to swap out the color section at the top of this page with the image slider underneath on responsive media. I saw there was some way to add a css code but could not find it. The 2.6.1 update made too many problems on my site – I know there are some extra settings for videos which is why I wanted to update, but would rather have it swap out if that’s possible.

    thanks
    N

    • This reply was modified 9 years, 11 months ago by Yigit.
    #238033
    This reply has been marked as private.
Viewing 30 results - 132,331 through 132,360 (of 142,872 total)