Viewing 30 results - 138,211 through 138,240 (of 142,628 total)
  • Author
    Search Results
  • #174008
    This reply has been marked as private.

    Hello!

    1.) This is for the title beside the icons:

    .main_color h3.iconbox_content_title {
    color: #333;
    }

    2.) This is for the tabs:

    .main_color .template-archives .tabcontainer a, #top .main_color .tabcontainer .tab:hover {
    color: white;
    }
    
    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
    background-color: #000000;
    color: white;
    }

    Best regards,
    Ismael

    #174002

    In reply to: Full width background

    Actually, Can I force the image in the background to be full size 1500×1500 even if he image on top is small?

    Mike

    #173990

    Hey JoshuaNichols!

    What images do you want to be bigger?

    Regarding the top bar container, add this code to the Quick CSS:

    #header_meta, #header_meta .container{
    min-height: 42px !important
    }

    Regards,
    Josue

    #173985

    In reply to: Layout Header

    Hello!

    When you edit the custom.css css file you’ll see a line like this:

    @media only screen and (min-width: 768px) {
      /* Add your Mobile Styles here */
    
    }

    Place the css modifications for desktop view inside the media query.

    @media only screen and (min-width: 768px) {
      #megaMenu.megaFullWidth {
    width: 1310px;
    }
    }

    Media query for mobile device like iPhone is at the very bottom:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }

    Best regards,
    Ismael

    #173979

    Hello!

    You removed the link? Please let us know if it work. :)

    Best regards,
    Ismael

    #173976

    Thanks for that! Works great! Still wondering though if there is a way to reduce the width of the left sidebar to 2 units. As you can see here there is a lot of blank space to the right.

    Also would like to remove the bullet that seems to be appearing the right of the child elements.

    Thanks for your help!

    #173974

    Hi!

    My bad! Please use this:

    nav.main_menu { position: absolute; right: 34.5%; top: 57%; }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #173972

    Hello HighschoolAustralia!

    Please edit css > shortcodes.css, find this code:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    Remove it to display the avia table on the default format when viewing it on iPhone. We might have to adjust the tables on mobile view.

    Cheers!
    Ismael

    #173959

    Topic: Full width background

    in forum Enfold
    MSM
    Participant

    Watched Devin in Advance layout editor. Want to do exactly what he showed in demo. Create a full width background with an image over top. I followed video, added color sectio, uploaded image etc…but I only get a page with a small stipe of the image across the full width of page. Not sure what I am missing. Any ideas?
    Thanks
    Mike

    #173947

    Hello!

    Please add this on your custom.css or Quick CSS:

    #top .main_color .avia-color-theme-color {
    color: white;
    }

    Regards,
    Ismael

    Hello!

    1.) Refer to the number 2.

    2.) Edit header.php, find this code:

    <div id='header_main' class='container_wrap container_wrap_logo'>

    Below, add the image:

    <img class="avia_image register-banner" src="http://www.encoure.com/private/wp-content/uploads/2013/04/reg_button_small.png" alt="" title="">

    Add this on your custom.css or Quick CSS:

    #header_main {
    z-index: 999;
    }
    
    .avia_image.register-banner {
    position: absolute;
    right: 10%;
    top: -50px;
    }

    3.) You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field.

    Cheers!
    Ismael

    Hi,

    Thank you !

    I click on “click me” but nothing happens neither on my iphone nor on my destop :(

    #173915

    Hi!

    Please change previous code with following one

    @media only screen and (max-width: 989px) { .fixed_header.social_header #main { padding-top: 0!important; } }

    And please refer to this post https://kriesi.at/support/topic/collapsable-menu/#post-165144
    You can change the screen width to switch to mobile menu with those instructions

    Best regards,
    Yigit

    #173913

    Hi!

    Can you post a screenshot and link to your website?

    Best regards,
    Yigit

    #173884

    Hello davidrk!

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

    #top .widget_nav_menu li { float: left; font-size: 11px; }
    #top .sidebar_left .widget_nav_menu .sub-menu { display: none; }

    Regards,
    Yigit

    #173877

    Hey!

    Please add !important to force it :)

    #top .fullsize .template-blog .blog-meta { float: left!important; }

    Cheers!
    Yigit

    #173875

    Hi penumbra!

    1) Please go to Appearance > Menus and uncheck “Enfold footer menu” under Menu Settings http://i.imgur.com/Vih6It4.jpg
    2) You can add [nolink] in Copyright section in Enfold theme options to remove “Enfold Theme by Kriesi”
    3) Categories, date and author will be added automatically when you make new post
    4) You can add following code to Quick CSS in Enfold theme options under Styling to remove post meta

    .post-meta-infos { display: none; }

    5) For new fonts, please refer to this topic https://kriesi.at/support/topic/new-custom-font/#post-121900
    6) Please go to Enfold theme options > General Settings and choose “Single Author, Big preview pic” as Blog Style.

    Cheers!
    Yigit

    #173874
    ChaosWeb
    Participant

    sir please see https://webtechnology.ph/product/cctv-packages/cctv-package-4-channel-500-tvl-indoor/

    images are still too big. the previous topic regarding this was closed.

    KCMartin91737
    Participant

    I’m updating my site with the Enfold theme and very much like the look so far but have run into a problem I can’t seem to resolve.
    Note: Virtually all of my posts, pages and portfolio items will include video from my Vimeo+ account as my primary business and the focus of this site is video production services.

    I’m using a ‘Blog Posts’ advanced content element on my home page. If I use the Vimeo supplied Embed code in a blog post, it works very well both on desktop and mobile displays but, I get no image thumbnail displayed for that post in the Blog Posts element on my home page. I get the same result with video in a portfolio item or page using any compatible advanced content elements on another page.

    I tried using the Link and IMG codes to add the video in my post rather than embedding and it works fine but the image is still not displayed in Blog Posts on the home page. The also creates aspect issues when launching the video on mobile devices.

    Example of embed: <iframe src=”//player.vimeo.com/video/76392850″ width=”500″ height=”281″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    Example of video image tag: test for thumbnail

    The only way I seem to be able to get the thumbnail link in a Content Element to work is to set a “Featured Image” which then displays that image on the page plus the video clip as well. I don’t really like the double image.

    1st question: Is there any way I can add video to posts, pages and portfolio items that will display thumbnail images in content elements?

    2nd question: Is there some way I can choose to not display the date on blog posts?

    Thanks,
    Keith

    #173859
    bivvo
    Participant

    Hi there,

    how can I change the portfolio main image to square format ONLY on portfolio entry pages? On the rest of my page I always used square preview images for portfolio entries, but the entry itself uses 710×270. This I need to change to 710×710. Any hints?

    Thx & regards

    #173856
    JoshuaNichols
    Participant

    For some reason the images are defaulting to only 1 size, I need them to be a bit bigger. here is the link to my homepage: http://www.thesatellitecenters.com

    Also I need to make the top bar container larger to fit the social icons.

    CHEERS!

    • This topic was modified 12 years, 2 months ago by JoshuaNichols.
    #173853
    CurlyHost
    Participant

    I’m using Enfold for this site:

    http://grrealestateinfo.com/

    The very top menu drop downs are somehow underneath the layer beneath it and those pages aren’t clickable. Is that menu not supposed to have drop downs?

    #173852
    ltladmin
    Participant

    We have a site that is mostly HTTP (and has to be for speed) with one page that is HTTPS.
    That page is: https://livethelife.org/donate/

    Using any android mobile phone if you type in livethelife.org (before you even click on the “Donate” page) you get a big security warning with the error: “There are problems with the security certificate for this site. This certificate is not from a trusted authority.”
    But we know the cert is fine because it works for other pages that are not related to Enfold under the same domain. This error stops users in their tracks and they are not likely to donate.

    You can easily reproduce the error if you have an Android phone. If not simply click here and test with the above URL:
    https://www.manymo.com/emulators/88/connect (click the world icon to go to the web and test with “livethelife.org”)

    It works on all iPhones and iPads though beautifully, even the secure pages.

    On the desktop however:
    Using IE it gives an error at the bottom: “Only secure content is displayed”
    Using Chrome it does not give an error but if you right click and choose “Inspect Element” and then click the “console” tab you will see 2 errors (it did have 4 but we got it down to 2). They are:

    The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf.
    (index):39
    The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg..
    (index):39

    So basically the main problem is that any user with an Android phone will most likely not visit our site because of that error. We think it may be related to the “fonts”.

    Note: We have the latest framework that I know of which uses:
    href="'.$prefix.'://fonts.googleapis.com/css?family='.str_replace(' ','+',$rule_split[0]).$font_weight.'" (found in the class-style-generator.php)

    I know we can’t be the only one having this problem. Making the entire site SSL is not an option.
    How do we fix this?

    Thanks
    LTL

    #173847
    tcctemp
    Participant

    I’ve made some custom modifications to a portfolio grid so that it looks like this:

    portfolio

    As you can see, each grid entry has a 1px right border. It is not in the image, and it doesn’t appear on the iPad – only on desktop browsers. (The screen shot was taken in Firefox 24.0.)

    Here’s the code for the actual page:

    <div width=”90%” style=”background:#ffffff;margin:-20px 25px 0px 25px;padding:0px 0px 10px 10px;”>
    [av_portfolio columns='4' items='-1' contents='no' preview_mode='auto' image_size='portfolio' linking='' sort='no' paginate='no']
    </div>

    And here is the custom CSS for the portfolio:

    #top .grid-entry .inner-entry {
    margin-right: 10px;
    box-shadow: none !important;
    }

    #top .flex_column {
    margin-bottom: 0px;
    margin-right: 10px;
    }

    .responsive #top .flex_column {
    margin-bottom: 0px !important;
    }

    Any thoughts? Thanks!

    #173846

    In reply to: Checkbox design

    Hey!

    Sure, ask it here, so Kriesi will see it :)

    Cheers!
    Josue

    #173842

    Okay, searching the internet has given me the answer to this problem. It is not an Enfold issue. It has something to do with (and I haven’t got a clue what I am writing here) the POST Variables, and more specific the max_input_vars in the php.ini file. The default value often is 1.000 (which seems to equal appr. 80 menu-items). If this limit is set higher, more menu items can be added.

    But, im my case the php.ini can not be edited by me, but must be adited by my hosting provider. I am not going that way, I just decided to lower the number of menu-items.

    More info ons this subject can be found by googling on: wordpress menu items disappearing

    I just wanted to share this information, before this topic will be closed (so, please do).

    #173824
    fineart
    Participant

    HI
    great theme, am new to word press, can see several topics related to my prob but feeble brain cell doesnt know where to start.
    Only have 3 plugins active
    do not know how to reset cache
    Hope someone can help thanks

    Thur_Jack
    Participant

    Hi, I’ve read that topic called “autoresponder choice” that was closed.
    The girl who opened it was complaining that she would get “true” in her e-mails whenever her checkboxes were, well… checked. :)
    The same thing is happening to me. I tried following your advice on that last one and changed the line in class-form-generator.php, but when I changed that line, all the information I’d get in my e-mails was that “my text” bit.

    Like:
    Name: my text
    E-mail: my text
    Fone: my text
    Message: my text
    (checkbox text): my text

    What I need is for that “true” to turn into a “yes”. That’s it! Any help would be highly appreciated. Thanks!

    Previous topics (that was closed): https://kriesi.at/support/topic/autoresponder-choice/

    #173814

    Thanks – that worked. Also notice there is a gap in portrait mode on the iPad. Also, is there a way to force the responsive drop-down menu in portrait mode on the iPad? My logo overlaps my menu items.

Viewing 30 results - 138,211 through 138,240 (of 142,628 total)