Viewing 30 results - 234,511 through 234,540 (of 243,786 total)
  • Author
    Search Results
  • #186027

    Hey BuffyO!

    You can use this format:
    http://www.yoursite.com/feed/?post_type=portfolio&category=css

    However, and this is a major point to understand, the feed will not be text if you are using the advanced layout builder. It will include all of the shortcodes that make up the page layouts.

    Eg: http://kriesi.at/themes/enfold/feed/?post_type=portfolio&category=css

    Best regards,
    Devin

    #186026

    Hi!

    You could disable the responsive menu but then you would be left with a menu that doesn’t work on mobile devices for hover states.

    Have you tried the other menu option for just a menu bar? Its in Header>Responsive Header Main Menu .

    Cheers!
    Devin

    #186021
    drmoody
    Participant

    Hi, is there any way I can change the name ENFOLD to something else in the left hand side main menu in the admin panel. I don’t want my client to know I have used a theme. Many thanks

    Laurence
    Participant

    Hi

    I am using the portfolio items as a product portfolio for a manufacturing company that has about 500 products. Each product portfolio has 4-6 photos about 600×400 px in size.

    Is there a limit to the amount of portfolio items I can create?
    After creating them, are they searchable?
    Can I categorize them and use the categories as a menu items?

    Thank you for your answer in advance.

    Laurence

    #186011

    What I meant by that last question is that, after using the Enfold editor, it doesn’t look like I can go back to the standard editor and adjust the HTML. Or maybe I’m missing something?

    #185983

    I remigrated the whole Enfold theme and it is working now.
    As for the Layerslider, it was not showing because the images hadn’t been renamed when I used WP MIGRATE DB. I had to link them again by hand.

    #185967

    In reply to: Setting the megamenu

    Hi victoriaeducacion!

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

    #top #header .mega_menu_title a:hover { text-decoration: none; background-color: #f8f8f8; }
    #top #header .mega_menu_title a { margin-bottom: 15px; }
    #top #header .avia_mega_div > .sub-menu > li > ul > li a { margin-bottom: 10px; }
    

    Best regards,
    Yigit

    Hey!

    Glad it worked. Please use this:

    @media only screen and (max-width: 767px) {
    .logo img, .logo a {
    width: 152px;
    max-width: 152px;
    min-width: 152px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    left: 30%;
    }
    }

    Regards,
    Ismael

    #185944

    Thank you for the response but that is not what I wanted

    By mobile version I mean that the phone version gives a rather annoying long menu list of all the menu options.
    Lets say I have 4 main menus and each have 10 sub menus. On the homepage only 4 menus shows unless you mouseover.
    On mobile/ipad the menus are replaced with an icon for menu that when you click it gives you the very long list of lets say those 40 options.

    What I want is for mobile and ipads to see the exact same menus as browsers and not being given a leaner site.
    I am fine with the content re arranging itself depending on the screen size but the menu system takes way too much space and is too long in mobile. That s what i want to disable…the reformating of the mobile menus.

    Thanks in advance

    #185943

    In reply to: Initial Queries

    Hey markw1!

    1.) Edit index.php, find this code:

    $title = __('Blog - Latest News', 'avia_framework'); //default blog title

    2.) Edit the page, go to Layout > Header > select “Don’t display header”.

    3.) Add this on your custom.css or Quick CSS:

    #top .social_bookmarks {
    float: right;
    top: 80px;
    position: relative;
    }
    
    .main_menu {
    right: 120px;
    }

    4.) Go to Appearance > Menus, look for Theme locations then enable Enfold Main Menu for your main menu.

    Best regards,
    Ismael

    #185936

    As I mentioned this is an internal site so no links and that is why I gave the procedure to reproduce.

    I noticed that the font color for the buttons in the sidebar is taken from the Main content Font Color. Change the default font color to red in the Main Content Style tab and the button default color is now red.
    Does this help?
    If the button is in a page then it seems the button text color takes over, if the button is in the sidebar then the site Main Content Font Color is used instead
    I tested it both with the shortcode version and the html output version and both give the same results

    [av_button color='#FFFFFF' label='Click me' link='manually,http://www.google' link_target='' color='blue' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='ue80c' font='entypo-fontello']
    
    <div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling ">
    <a class="avia-button avia-icon_select-yes avia-color-blue avia-size-medium avia-position-center " href="http://www.google">
    <span class="avia_button_icon" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true"></span>
    <span class="avia_iconbox_title">Click me</span>
    </a>
    </div>
    • This reply was modified 12 years, 1 month ago by Monsoon.
    #185934
    themedemon
    Participant

    After updating to the latest version of WP 3.7.1 and updating the Enfold theme to 2.4 i’ve been dealing with Intermittent 500 Errors on GoDaddy. Never had this issue before with any WP site on GD.

    I’ve removed all plugins, deleted and re-uploaded the theme manually. Replaced WP 3.7.1 files a number of times. Tried removing, editing, htaccess, checking DB tables, cleaning out old wp_options fluff and transients, bumped the php.ini file, etc…no dice.

    I’m thinking this is a GD issue but they seem helpless around it at this point. Anyone dealt with similar issues with these variables? Any thoughts?

    #185933

    Hi Yigit,
    Thanks for your active concern. It is not workig correctly in smaller devices (smartphones and tablets) but it is solved in PCs. Any clue as to how to fix that?

    Thanks
    JT

    #185919

    In reply to: Page Templates

    Hey!

    No it will not. Once you import dummy data, it is saved in database.
    1) Please go to Appearance > Widgets and remove widgets from widget area called “Displayed Everywhere” http://i.imgur.com/ofp2qqw.jpg
    2) Business Hours is a text widget. So you should add it to your widget area and create just like Kriesi did
    3) Add “Enfold Google Maps Widget” to one of the empty widget areas (or you can simply create a new one) and enter your address
    4) If you edit “Contact” page, you will see there is a Widget Area element on top of content. Click on it and choose the widget area in which you have added “Enfold Google Maps Widget” on 3.

    Best regards,
    Yigit

    Thanks, but that is not the portfolio page or style I was meaning. In the AJAX portfolio sample here.
    http://kriesi.at/themedemo/?theme=enfold

    If you click on Single Portfolio: Big Slider, the image and thumbnails are below, they are within the AJAX Porfolio page. They are not on a page on their own like the “other” Single Portfolio Big Slider sample page in the Portfolios section. (I know, it’s confusing for me too).

    That is the one I was hoping could resize, when it is on the AJAX portfolio page. So image on the left, with the thumbnails below. When you roll over the thumbs, the image that loads above would resize (or show the full image), not just the “featured image” size.

    Thanks for your help.

    #185910
    This reply has been marked as private.
    #185907
    epresley
    Participant

    What are the design thoughts on placing a vital enfold CSS outside the actual theme folder? In case of enfold in the uploads directory…Is there a way to place it inside the theme folder?
    The reason I’m asking is because I want to fully protect my uploads folder with an htaccess. Of course one can say to allow a specific subdirectory add Allow from env=allow.
    But here is the caveat: I’m using the User Access Manager plugin which always overwrites the htaccess file (in case of a setting change). In other words it’s too risky to have a modified htaccess file knowing it can be overridden (and loose the protection). The simplest way to solve this problem that comes to my mind is to “outsource” (or lets rather say “insource” :-) the enfold.css back into the theme folder. (Well, I could also modify the User Access Manager plugin code to fit my needs but then I would have trouble updating it…)

    • This topic was modified 12 years, 1 month ago by epresley.
    #185905

    Hey danieltjohnston!

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

    .page-id-1167 .av-special-heading { margin-top: 0; }
    .avia-builder-el-2 .avia_textblock p { margin: -1px 0; }

    Regards,
    Yigit

    #185899

    In reply to: Fix header on desktop

    Hi kennyleung!

    You can choose to display one of non-fixed header types in Enfold Theme options > Header > Header Type

    Cheers!
    Yigit

    #185889

    Hi,

    Did you paste [peg] in the Quick CSS? can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #185878
    #185877
    ediblecities
    Participant

    Hi,

    I’m looking for a way to add share icons to the side bar of Enfold, below the menu, and would like to know which plugin to go for and what the process for embedding and styling it into the sidebar would be.

    Many thanks in advance,
    Niels

    #185873

    Topic: Problem with update

    in forum Enfold
    Subevent
    Participant

    This is what I get now…
    Fatal error: Call to undefined method AviaBuilder::setFullwidthElements() in /customers/2/a/9/subevent.se/httpd.www/photo_ver3/wp-content/themes/enfold/config-templatebuilder/config.php on line 46

    Help please…

    #185866
    ediblecities
    Participant

    Trying to access Dynamic Template editor from front page and getting this error
    You do not have sufficient permissions to access this page.

    Latest version of Enfold 2.4

    #185861

    In reply to: Page Templates

    Hi simplyaha!

    You can import dummy data from Enfold theme options and sample pages will be imported. You can find copy of Contact page under Pages menu item.

    Best regards,
    Yigit

    #185857

    Hey!

    Can you try deactivating all active plugins and check if that helps?
    Updating your theme might help as well. You are currently using version 2.2. You can download version 2.4.2 from ThemeForest
    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

    #185847

    Hey jklillibridge!

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

    .flex_column .template-blog .post .entry-content-wrapper {
    font-size: 13px!important;
    }

    Best regards,
    Yigit

    #185845

    In reply to: Move up SubMenu

    Hi covaun!

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

    .main_menu .menu ul { top: 80%; }

    Regards,
    Yigit

    #185843

    Hi!

    Please make sure that you are using the latest version of the theme which is 2.4.2.
    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
    If it does not help, please refer to Kriesi’s fix here https://kriesi.at/support/topic/enfold-easyslider-two-questions/#post-180216

    Cheers!
    Yigit

    #185826
    primarythoughts
    Participant

    Still need assistance with this… I see lots of activity and response on other posts, but no one has address my question…

    I am using the “One Page Portfolio”.

    I have a gallery that I want to paginate. It is currently a thumbnail lightbox with 4 columns, 20 rows; a total of 80 images.

    I would like to limit it to 4 columns, 3 rows; a total of 12 visible thumbnails with pages and the ability to view all images if selected.

    I attempted to use a WP plugin (Paginated Effects Gallery). It seemed simple – install, activate and place [peg] on the page that needs the gallery to be paginated. I placed the code in the Theme Options > Styling > Quick CSS section, but it didn’t work.

    Do you have a plugin that you would suggest using or can you advise on how to change the CSS code to accommodate the pagination of a gallery?

Viewing 30 results - 234,511 through 234,540 (of 243,786 total)