Forum Replies Created

Viewing 30 posts - 31,261 through 31,290 (of 33,339 total)
  • Author
    Posts
  • in reply to: Changing background on Blank Template #818424

    Hey saltalib,
    Custom body background works only when the layout options are set to Boxed layout in Enfold > General Layout.
    This is because when you use a stretched layout each container has it’s on background.
    you can use a plugin like: http://wordpress.org/extend/plugins/wp-backgrounds-lite/
    or use the CSS in Quick CSS with page ID.

    html.html_boxed.html_entry_id_XX {   background: #eeeeee url(image-url.png) top center no-repeat scroll;
    }

    You can right click on Chrome, Firefox and Safari to inspect elements to find entry ID – http://i.imgur.com/sO3p3gy.png?1
    You would have to do this for each page.

    Best regards,
    Mike

    in reply to: How to center a big logo #818421

    Hey newmediologo,
    That code doesn’t work on my localhost, Please include the url to the page in question so we can take a closer look.
    Have you thought about using the “Menu and Logo Position” options in the Enfold Theme Options > Header ?
    postimage

    Best regards,
    Mike

    in reply to: website screen size #818419

    Hey Tobiy,
    Try going to Enfold Theme Options > General Layout > Layout and choose “Boxed Layout” from the drop down. Then go to the Dimensions tab on the same screen and set your width.
    postimage

    Best regards,
    Mike

    in reply to: How to remove search icon from header #818417

    Hey yelelo,
    Go to Enfold Theme Options > Header > Extra Elements > and uncheck “Append search icon to main menu”
    postimage

    Best regards,
    Mike

    in reply to: How to make this? #818412

    Hi,
    Sorry I don’t understand, can you add more detail?

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How can I add the option Slide for a Grid Row? #818409

    Hi,
    I looked at your site, but I could not understand where or what you would like to do :)
    Can you please add a screenshot to point out how you would like to see it so we can take a closer look.

    Best regards,
    Mike

    in reply to: Italic type #818407

    Hey troupdim,
    Do you mean you want widget titles to be italic?
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: error in header when open by mobiel #818406

    Hey Tommy,
    Do you mean that there is a background image in the header that has text and a phone number, that goes behind the logo in mobile view?
    Try going to Enfold Theme Options > Header > Extra Elements and enabling the phone info box. This will make that area drop below the logo in mobile. Perhaps your other text image can be changed to text and used in the secondary menu area, or in the Extra Elements before the phone info.
    postimage
    Best regards,
    Mike

    in reply to: remove the date and time information #818405

    Hey Tommy,
    Try this code in the General Styling > Quick CSS field:

    .news-time {display:none !important; }
    .news-headline {margin-top: 12px !important; }

    Best regards,
    Mike

    in reply to: set the Padding-Top and Padding-Botton in the footer #818404

    Hey Tommy,
    Please include the url to the page in question so we can assist with code :)

    Best regards,
    Mike

    in reply to: Can you guide me please :-) #818403

    Hi,
    I couldn’t log into your site please add link to login page.
    The site you like looks like 5 color sections with background images set to 100 visual height. With text and buttons in the color sections. I don’t see any sliders. When you say “There is no plugin that can do this” you mean the images in the menu, right? For that you can request customization here.

    Best regards,
    Mike

    Hi,
    Sorry all I get is a 404.
    If you can target the h2 class use text-transform:uppercase to change it.

    h2.class {text-transform: uppercase!important;}

    Best regards,
    Mike

    in reply to: How to make this? #818398

    Hi,
    Try:

    .page-id-134 .flex_cell_inner { margin-left: 4% !important; }

    Best regards,
    Mike

    Hi,
    Sorry I was unable to find that element, please add a screenshot with more detail as what you would like :)

    Best regards,
    Mike

    in reply to: Colored image for tab section? #818392

    Hi,
    I don’t see the code in your css, the code in line 19 in your shortcode.css is still overriding. (see image) This code does not add color, just removes opacity. Perhaps we should see what the update brings on Monday, as I understand there are some tab fixes :)

    Best regards,
    Mike

    in reply to: extra elements add button #818390

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Font-Sizes Tax Info and Background Product Slider #818389

    Hi,
    Sorry I was unable to find any solution for that.

    Best regards,
    Mike

    in reply to: Menu center align #818387

    Hi,
    OK, try this code for tablet, laptop, & desktop with a fix for the burger menu to keep it in line:

    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    nav.main_menu {left: 25%!important;} 
    .av-main-nav > li > a {padding: 0 20px!important; }
    .sfm-pos-right .sfm-rollback {top: -87px;}}
    
    @media only screen and (min-width: 1024px) and (max-width: 1439px) { 
    nav.main_menu {left: 25%!important; }
    .av-main-nav > li > a {padding: 0 30px!important; }
    .sfm-pos-right .sfm-rollback {top: -125px;}}
    
    @media only screen and (min-width: 1440px) and (max-width: 1800px) { 
    nav.main_menu {left: 20%!important; }
    .av-main-nav > li > a {padding: 0 60px!important; }
    .sfm-pos-right .sfm-rollback {top: 35px;}}

    You can tweak the numbers a bit if you like, see screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Post slider: how to block it? #818382

    Hi,
    Please go to Enfold->Header->Mobile Menu and select to show the mobile menu for tablets as well.
    Or you can use the following CSSin the General Styling > Quick CSS field:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }

    Best regards,
    Mike

    in reply to: video dimensionality in slideshow #818377

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Columns margins 2 #818375

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Menu center align #818315

    Hey Freek,
    for smaller screens would you like this:

    @media only screen and (min-width: 768px) and (max-width: 1023px) { nav.main_menu {
        left: 25%!important; 
    }}

    Best regards,
    Mike

    in reply to: Font-Sizes Tax Info and Background Product Slider #818313

    Hey schnippel,
    1. Try this code in the General Styling > Quick CSS field:

    .product p.wc-gzd-additional-info {
        font-size: 0.7em!important; }

    change 0.7 to suit (it was 0.9)
    2. Try this code in the General Styling > Quick CSS field:

    #top .woocommerce-tabs .tabs li a {font-size: 0.7em!important; }

    Best regards,
    Mike

    in reply to: How to make this? #818309

    Hi,
    Do you mean that page was good but there was a conflict with other pages? Try this then:

    .page-id-134 .flex_cell_inner {max-width: 289px !important; }

    Best regards,
    Mike

    Hi,
    It looks like line 631 in your custom css has this:

    .caption_bottom .slideshow_caption h2 #alignR {
    	padding: 10px 60px 0 0 !important;
    }

    change the 60px to 160px to add 100px :)

    Best regards,
    Mike

    in reply to: extra elements add button #818307

    Hey rdswestnet,
    You need to add display: inline-block; to the button like this:

    <form name="PrePage" method="post" action="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" style="
        display: inline-block;
    "> <input type="hidden" name="LinkId" value="08f9ee99-6338-4c5a-9832-4451cbc230dd"> <input type="submit" value="Pay Now"> </form>

    To add images try https://postimg.org and paste the link :)

    Best regards,
    Mike

    in reply to: How to make this? #818304

    Hi,
    Try this code in the General Styling > Quick CSS field for the font sizes:

    .widgettitle {font-size: 20px !important;}
    .price_label, .news-time, .widget_product_categories li a {font-size: 15px !important;}
    .news-headline {font-size: 17px !important;}

    Best regards,
    Mike

    in reply to: No Slider Images After Fresh Install #818301

    Hi,
    OK, let us know when your host has installed the PHP ZipArchive extension

    Best regards,
    Mike

    Hi,
    This is a strange issue, as you can see google is indexing two combined urls, your site and the linkedin url. I’m not sure why this would be happening but perhaps you could remove the trailing slash from your URLs.
    add this to your .htaccess file below the RewriteEngine On line:

    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)/$ /$1 [L,R=301]

    Or you can look for a plugin.

    Best regards,
    Mike

Viewing 30 posts - 31,261 through 31,290 (of 33,339 total)