Viewing 30 results - 234,301 through 234,330 (of 244,268 total)
  • Author
    Search Results
  • #190414

    Hey!

    Please go to wp-content\themes\enfold\js folder and open Avia.js file and find

    bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 767;

    and change it to

    bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 800;

    It will increase the width to switch to mobile menu from 767px to 800px. Please flush browser cache and settings if you are using cache plugin after making changes and refresh your page a few times.

    Cheers!
    Yigit

    #190413

    Hi marytalpas!

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

    .format-link .read-more-link, .format-link .slide-meta-time { 
    display: none;
    }

    Regards,
    Ismael

    #190381

    Hi Ismael,

    I have added a lot of custom CSS from Yigit. I will add it all below as I am unsure which bits you need.

    .sub_menu { top: 390%; }
    .header-scrolled .sub_menu { top: 270%; }
    .page-id-2528 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2736 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2609 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2605 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2625 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2621 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-734 .sub_menu li { display: none; }
    .page-id-1277 .sub_menu li { display: none; }
    .page-id-1122 .sub_menu li { display: none; }
    .page-id-1224 .sub_menu li { display: none; }
    .page-id-1167 .sub_menu li { display: none; }
    #top div .enfold-gallery img {
    padding: 0;
    border: none;
    }
    .responsive #header .sub_menu { position: absolute; }

    .page-id-2528 .sub_menu li { padding: 0 44px; }
    .page-id-2736 .sub_menu li { padding: 0 44px; }
    .page-id-2609 .sub_menu li { padding: 0 44px; }
    .page-id-2605 .sub_menu li { padding: 0 44px; }
    .page-id-2625 .sub_menu li { padding: 0 44px; }
    .page-id-2621 .sub_menu li { padding: 0 44px; }

    @media only screen and (max-width: 480px) {
    .page-id-2528 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2736 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2609 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2605 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2625 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2621 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2528 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2736 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2621 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2736 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2625 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2609 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2605 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    #190377

    Hey!

    You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
    Glad Josue could help! Let us know if you have any other questions

    Regards,
    Yigit

    #190368

    Made it by myself. :-)
    Just changed:
    ‘title’ => get_the_title($id),
    into:
    ‘title’ => “”,
    in Line 267 in functions-enfold.php

    Cheers,
    Markus

    #190367

    Hi Jorge!

    You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 950px;
    }}
    .widget { text-align: left; }

    Cheers!
    Yigit

    #190365
    twpham
    Participant

    I am a very novice WordPress user (definitely not a developer at any level), and I am wondering if I can change the body font of my Enfold-themed site to a webfont which I purchased via MyFonts.com (here, actually). If at all possible, I would like to be able to add the webfont without FTP, just through the WordPress Dashboard. It’s the only way I use WordPress…

    So is there any way via the WP Dashboard to upload my webfont kit? (Also, I would like to keep my header font as a Google Font, if it makes any difference.)

    Thanks!

    #190357

    Hi!

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

    #mobile-advanced a { font-size: 15px; }
    #mobile-advanced li > a { border-color: #e1e1e1; }

    Best regards,
    Yigit

    #190349

    Hi!

    Please replace the code i posted previously with following one

    .header_color .main_menu ul:first-child > li > a { font-size: 18px!important; color: red!important; background-color: green!important; }
    .header_color .main_menu ul:first-child > li > a:hover { color: orange!important; }
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: blue!important; }

    Flush browser cache after applying the code and refresh your page a few times. If that does not work, please try adding the code to Custom.css file inside Enfold/css folder

    Regards,
    Yigit

    Hi Jonathan!

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

    .big-preview img { height: 204px; width: 100%; }

    Cheers!
    Yigit

    #190344

    Hey Brandon!

    There are JavaScript errors in console as you can see here http://i.imgur.com/F5WmiXz.jpg
    Please try updating the theme to version 2.4.2 via FTP, issues should be solved.
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Yigit

    #190339

    In reply to: Subscriptions Sales

    Hey domibit!

    That isn’t really something we can answer with a firm yes or no. Enfold doesn’t have anything specifically in place for membership plugins but as long as WooCommerce is set up with them correctly is should work.

    Regards,
    Devin

    #190338

    Hi fitzpatrick512!

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

    @media only screen and (max-width: 767px) {
    .responsive #top .grid-sort-container .grid-entry {
    width: 50%;
    margin-bottom: 0;
    } }

    Cheers!
    Yigit

    #190336
    abortolotti
    Participant

    Hi guys!
    While working on the header options of Enfold Theme Options, then replicating the same changes to all 4 languages of the site (I use WPML) still within Enfold Theme Options just the French site besides the original English one carries the exact styling option as the original English site.
    The Spanish, German and Italian versions of the site give a totally screwed up color styling option in the front end, without having done anything but simply changing the header options within Enfold.

    you can view what I mean by clicking on http://www.casitasitges.com ,then view the homepage and click on the French flag to view the French version (ok, same as English), then click the other flags and view the difference.

    Do I need to add some Custom CSS in the quick CSS?

    Thanks

    Antonio

    #190331

    In reply to: Fullwidth Easy Slider

    Hey Helgi!

    Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open slideshow_fullsize.php file and find

    "std" 	=> "slide",

    and change it to

    "std" 	=> "fade",

    Best regards,
    Yigit

    #190330

    I would love to see the ability to add the individual author avatars to the multi-author masonry blog page. This would be great! Cheers!

    #190326

    Topic: Subscriptions Sales

    in forum Enfold
    domibit
    Participant

    Hi want to sell memberships Enfold set, I know I have to have the pluguins of Groups, Groups and Subscriptions WooCommers Woocommers. My question is whether Enfold is prepared to sell memberships.
    I am a designer of logos, I would like my clients to accededer logos all through a monthly or annual membership.
    Greetings and thanks.

    #190312

    Hi, Devin:

    Thanks for the idea. I will try with this option, using a menu in the socket.

    Another question for Devin. Searching in this support forums about login, I found a post that links to your personal web. I read the way to show and hide the login in the menu. Then I went to your login for seeing the appearence and I found under password field a captcha like the enfold’s contact forms (4+2=?)

    How can I insert this kind of captcha in the login in same way of your login?

    Thanks again!

    Best regards!

    #190306

    Topic: Masonry portfolio

    in forum Enfold
    doubleusolutions
    Participant

    Hi,

    this question seems stupid but I i have been reading the documentation and could not find how to create a masonry portfolio like the one on http://kriesi.at/themedemo/?theme=enfold.

    On the page layoutbuilder, the fullwidth masonry option gives only choice of images and not portfolio items..

    thank you for your help,

    Anne-Catherine wambersie

    #190300

    Thank you Ismael, but I was unspecific in my question, so I’m hoping you can provide a little more help.
    I did locate the Styling that defines the font, but if I set it to Open Sans as you suggest, I still see several differences between my responsive menu and the one you use:

    http://avatron.com/images/test/yourMenu-v-myMenu.png

    Specifically:
    1) how may I change the font size in the responsive menu (yours looks at least 1 point bigger to me)
    2) how may I add the horizontal rules between menu items

    Thanks again. Both of us working on our website overhaul are so impressed with the Enfold theme and the quality and speed of your support team.

    #190292
    marytalpas
    Participant

    You helped me with the Enfold Theme by adding the “link post format” into the grid layout. I would like to either remove the Read More text or add date to the link post format. Can you tell me how to do this?

    Thank you
    Mary

    #190290

    Hey!

    You are using Enfold version 1.8.4 which is fairly old. You can download the latest version 2.4.2 from ThemeForest in Downloads section. Please update your theme and let us know if issue remains
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Yigit

    #190278
    mmsdev
    Participant

    I would like to add the same as this page has at the bottom on each post i do, how is it done.

    Thanks

    http://kriesi.at/themedemo/?theme=enfold

    So it says

    “You might also like”

    With blogs posts

    #190267

    In reply to: Nexus 7 and enfold

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #190254

    Complete deinstallation (support page) of WPML helps, but activating WPML and then saving permalinks breaks it again… only in Enfold!

    #190251

    Hi nimrodmadar!

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

    .image-overlay { display: none!important; }

    Cheers!
    Yigit

    #190250

    Hi CapitanQuimera!

    Can you post the link to your website so we can inspect elements and check which version of Enfold you are using?

    Regards,
    Yigit

    #190239

    Hello Yigit,

    Thank you for telling me to add this to the custom file directly. I did not understand this before and was using the quick css. I greatly appreciate it and the problem is now resolved.

    Thank you.

    Tim

    #190233

    Hey!

    Not at the moment but you can add the idea to the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Devin

    #190228

    Yes, that is the location. You can go the somewhat more brute force method and just delete the prettyPhoto script function further down in the file (function avia_hover_effect ) but the above should work.

    Can you provide a link to the site so we can inspect it live?

Viewing 30 results - 234,301 through 234,330 (of 244,268 total)