Viewing 30 results - 139,261 through 139,290 (of 142,822 total)
  • Author
    Search Results
  • #165360

    In reply to: Menu Error

    Hello homemadebyx!

    Please see this topic https://kriesi.at/support/topic/collapsable-menu/#post-165144

    Cheers!
    Yigit

    #165348
    #165335

    In reply to: Moving top socket menu

    Hi!

    A link to your website would be very helpful, can you post it? You can hide your link using http://goo.gl/

    Best regards,
    Yigit

    #165332

    Hi Guys!

    I’ve got my site online:

    http://entreventos2.lafabricadigital.com.mx/

    Issues I’m having trouble with:

    1. Menu Links: Placing cursor exactly over links does not work. Link is below type.

    2. I used a smaller logo (227 x 123px) than the recommnded maximum size on the administrator theme options which is 340 x 156 px, nevertheless logo keeps resizing. I don’t want that because it loses resolution, original size is -almost- pixels perfect :)

    3. On resposive, logo falls over my <div id=header-top>, also breadcrumbs and main container are not where they should be, For sure is the margin I’m using in desktop viewport.

    4. Fixed Header with social icons and links falls over header-top image. Maybe client would request taht in the near future.

    Maybe making header-top image responsive (reducing size as viwport changes) would help?

    Here is the code:

    Header.php

    <div id='header' class=' header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerMenu; ?>'>
            
            <!-- This is my extra div element-->	
            <?php echo '<div class="header-top"></div>'; ?>
            <!-- Ends extra div element-->
    
    		<?php
    
    		$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    
    		//subheader, only display when the user chooses a social header
    		if(strpos($headerS,'social_header') !== false)
    		{
    		?>

    Custom CSS:

    .container_wrap {
        border-top: none;
    }
    .header-top {
    	position: relative;
    	z-index: 400;
    	width: 100%;
    	height: 80px;
    	background-color: transparent;
    	background-attachment: scroll;
    	background-image:url(../../themes/enfold-child/images/header_image_2.png);
    	background-position: center top;
    	background-repeat: no-repeat;
            margin-bottom: -50px;
    }
    
    .title_container{
            margin-top: 35px;
    }

    Needless to say I’m not sure if I’m doing this the right way. I’ll appreciate your help a lot.

    Thank you, regards.

    #165327

    In reply to: Moving top socket menu

    link instead – http://imgur.com/54XuWgd

    #165326

    In reply to: Moving top socket menu

    Here’s a screenshot:

    I want to move the “Culture, Truth, Life, Church” links to the left of the social icons.

    #165321
    ev0l_
    Participant

    Hi!

    I have tested using the shortcodes from the layerslider WP but they dont show up on the page.

    If I go from the wp-admin to LayerSlider WP ->Transition Builder I have the following error message at the top:

    “Warning: file_get_contents(): Unable to access /home/virtual/websitename/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/sampleslider/sample_transitions.js in /home/virtual/websitename/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/builder.php on line 14 Warning: file_get_contents(/home/virtual/websitename/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/sampleslider/sample_transitions.js): failed to open stream: No such file or directory in /home/virtual/websitename/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/builder.php on line 14”

    I have the latest WordPress version, latest Enfold version and I have tested deactivate all plugins but still have the same?

    #165313

    In reply to: Spacing Issues

    Hello!

    All changes are done + removed the top bar

    Regards,
    Yigit

    #165305

    Hey!

    You are welcome :) Let us know if you have any other questions

    Cheers!
    Yigit

    #165302

    Ok thank you! for the info and for the prompt reply!

    #165296

    Hi!

    Please add following code to Quick CSS as well

    .container_wrap { border-top-style: none; }

    Cheers!
    Yigit

    itchybrain
    Participant

    Gday Kriesi

    In a previous post I raised an issue of the page sidebar menu order being out of synch with the main menu flyout order: https://kriesi.at/support/topic/how-to-reorder-page-sidebar-submenu-items/

    These sidebar menus weren’t accurately reflecting the order set in Appearance > Menus but were instead ordering alphabetically. Rearranging the appearances > menu order didn’t rearrange the sidebar order.

    Dude and Nick supplied some help but it didn’t resolve predictably before the topic was closed.

    I have modified the sidebar menu order to remove post title, as Dude advised:

    original:

    $args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');

    changed to:

    $args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order');

    This did remove the alphabetising, but still didn’t reflect the order set in Appearances > Menu

    Another idea was offered to force the menu order by numbering the sort order explicitly, but this seems a short-term solution which becomes confusing and error-prone with an often changing architecture, particularly with deep menu lists.

    An automated method would be so much better.

    Is there a way in php to completely nullify any other sort method being applied, and then apply menu_order?

    An example of the issue can be seen here: http://itchybrain.com.au/mfs/projects/ where the hover/flyout menu is accurately showing what is set in Appearances > Menu but the sidebar does not change to be the same.

    p.s. moving the submenus to other parents, saving, then moving back, resaving, didn’t help.

    Thanks for any attention you can give this.

    cheers

    Darryl

    #165278

    Hi Rolf!

    This post has information on changing the switch width that the menu changes to the mobile menu: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320

    The menu does actually have some fallback for too many menu items which works for the majority of users but when you have a wide logo and menu items it can cause a bit of customization to be required.

    Best regards,
    Devin

    #165273

    In reply to: Moving top socket menu

    Hi!

    Can you post a link to your website?

    Regards,
    Yigit

    #165269

    In reply to: Moving top socket menu

    At the moment the socket is above the social icons. The code here just moves the menu to the left, but does not align them vertically. How do I get them to be side by side?

    #165267

    I’ve tagged Peter so the topic is in his personal queue.

    #165262

    Hello All,

    I actually found the code from the forum that works: .fixed_header #main { padding-top: 65px; }

    It has a slight border at the bottom, which I think is from the “main content” being a light BG color. Is there a way to remove it?

    #165254

    Topic: Spacing Issues

    in forum Enfold
    simplefly
    Participant

    Hello guys! Great theme, really nice.

    I have some questions regarding the spacing and font sizes that I’m hoping you can help me out with. I’ve included a screen capture with some markup on it to help explain my issues.

    1.) I would like to increase the font size on the phone number that appears on the top right.
    2.) I would like to decrease the amount of space between the menu items and the highlight line underneath.
    3.) I would like to decrease the amount of padding in the drop down menu items.
    4.) I would like to decrease the amount of space between line items in the sidebar…particularly between form fields in the sidebar.

    Thank you very much for your help,
    Marcel

    Screen Capture

    #165248

    Hey Devin!!

    Thank you for the swift response!
    The smaller layout is 1030px, is it possible for me to make this even a bit smaller?

    Regards,
    Stefan

    #165245
    optizign13
    Participant

    Hello,

    I’ve created a page with the “Sidebar Blog” on the right and it only shows the top-level categories: http://optizign.info/optizigntemp/samples/chiropractic

    Some top-level ones have sub-categories, such as Dental, there’s additional sub-categories that does not display until that actual category is clicked on. Is it possible to show all including sub-categories without clicking on the parent one? Similar to this; http://optizign.info/optizigntemp/samples/dental

    password: hello12345

    I did but I didn’t like your default position. I would like to make the entire icon box clickable and position the Nav bar at the bottom of my logo so I can Social Media Icons, a contact number and a sign up/login button on the top right of the Nav bar. Please advise. thx!!

    #165235
    zerozendesign
    Participant

    Hey guys.

    I am attempting to add an image, using the color element, on a blank page. The top edge of the image should align to the top edge of the screen, but instead it is centering within my screen. It doesn’t matter what alignment selection I choose, it stays in the same place. How do I have the top edge of the image start at the top of my browser?

    Thanks.

    #165231

    Hello!

    In the Enfold theme options go to General Settings>Responsive Layout. You can then select the smaller layout from there.

    If you are using the Fixed Layout currently then you would need to modify the grid.css file with your new widths.

    Cheers!
    Devin

    #165225

    Just wondering if there is any update on this topic?

    Thanks a bunch – Monica

    #165224

    Hi again,

    Actually I’d like the width to be even smaller, around 960px.
    Is this possible?

    Thanks!

    #165210

    Hello headbentdesign!

    Please add following code to Quick CSS as well

    body .column-top-margin { margin-top: 50px!important; }

    Best regards,
    Yigit

    The products are getting their default columns width in that layout but you can override this for the whole page by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.page-id-436 div .products .product {
    width: 100%;
    }

    This targets that specific page by its body class ID. If you wanted the same to work on another page you can inspect the code of the page to find its ID or by this: http://en.support.wordpress.com/pages/#how-to-find-the-page-id

    Hello discosourcedjs!

    SEO is an extremely large and varied topic. Depending on what brand of punch you are drinking from there is conflicting advice available from day to day. Google for instance recommends just making your site content as accurate to the user as possible and they will take care of the rest. Other places may suggest to only use one single H1 element or a specific number of keywords.

    How you choose to optimize is up to you but what the theme does is produce properly formatted html with what Kriesi believes to be good general SEO practices.

    The image alt tag information could be from you changing the data in between layouts, or just the difference between how WordPress defaults to adding data to an image vs how its handled through the image shortcode. I’ve never heard of any warnings about over-optimization on it before however and I’m not familiar with SEO Pressor at all or what its actually basing its score on or what it means by too-much/too-little.

    Right now the “authority” on WordPress would be Yoast SEO which has a lot of good articles and discussions on best practices: http://yoast.com/

    Regards,
    Devin

    #165185

    Hello uattah!

    Please add following code to Quick CSS in Enfold theme options under Styling

    #top .avia-logo-element-container img { box-shadow: none; }

    Regards,
    Yigit

    discosourcedjs
    Participant

    Hi.

    I am just getting started with the SEO of my new website and I was curious to if does plugin SEO pressor or any other SEO plugin provide different results using between the ‘Default’ and the ‘Advanced’ layout editor with the Enfold theme?

    Here is what I did:
    I got a page from my site I made using the advanced layout editor, optimized it with SEO Pressor and got a score of 65.86%.

    I then copied the content (not including the gallery and other widgets, to a new page with the Default Editor and “refreshed” the results and got a score of 109.93% and it picked up that my image alt tag names were over optimized. It didn’t notice this with the advanced layout editor.

    Here is a screen shot of the results:
    hire.com.au/wp-content/uploads/2013/09/enfold-seo-pressor-layout.jpg" alt="enfold-seo-pressor-layout-problem" />

    I have my page right here:
    http://www.mobile-dj-hire.com.au/wedding-dj-hire

    Keywords Targeting: Wedding DJ Hire

    QUESTIONS:
    1. Does Google read the page the same way SEO Pressor sees the page? (based on the different layouts)

    2. If not, How does Google read the page? As you see it in the advanced layout and the front end of the website?

    OR does it convert it to the way the default editor like converting a HTML email to plain text…. How does this work because I want to know if I SHOULD? … be optimizing my pages with SEO Pressor of my content either…

    1. Pasted into the default editor and then bought back to the advanced layout editor so it can read the page from top to bottom clearly OR
    2. Just use SEO Pressor AS IS, with the advanced layout editor and trust that answer is correct and that Google reads it that way too?

    Please help!

Viewing 30 results - 139,261 through 139,290 (of 142,822 total)