Viewing 30 results - 243,331 through 243,360 (of 244,463 total)
  • Author
    Search Results
  • #122522

    Yes – open up wp-contentthemesenfoldincludesloop-index.php and replace

    $current_post['content'] 	= $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>') : get_the_excerpt();

    with

    $current_post['content'] 	= get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>');

    #122175

    In reply to: Translating search

    continuation…

    I took a longer look at this since my localhost experienced the same problem as yours. The problem comes from Dreamweaver (at least mine did). If using Notepad2 you open up the theme files you’ve edited with Dreamweaver, specifically functions-enfold.php, searchform.php and the function-set-avia-backend.php , and in Notepad++ the fifth menu item is Encoding. The file I edited to paste the same word you used for search saved in ansi format. After converting it back to UTF8 (5th menu item), i no longer got that bad character set in the search box.

    If you go to the demo site of the theme kriesi.at/themes/enfold/ and type Russian into the search box there are no problems at all which makes me believe that the problem lies elsewhere since this is the identical theme you and I and the demo site use.

    Open up .htaccess file located at the root of wordpress and add this to its top (if you don’t have that file just create it)

    AddDefaultCharset utf-8
    <IfModule mod_charset.c>
    CharsetSourceEnc utf-8
    CharsetDefault utf-8
    AddCharset utf-8 .atom .css .js .json .rss .vtt .webapp .xml
    </IfModule>

    Thanks,

    Nick

    #114645

    I agree this theme is amazing. There are few things that would be very helpful and apologies if they are already mentioned:

    1. in post slider, the ability to designate link and target

    2. in the avia builder/advanced editor, the ability to work with the html to add code where needed

    3. in the avia builder/advanced editor, a save button that ALWAYS saves. I have to go back several times to get that sucker to take. :)

    4. agree with another user’s suggestion to offer full shortcode access in the avia builder/advanced editor mode so as to frame graphics etc.

    5. the ability to order posts. none of the plugins I’ve tried that do that work with this theme.

    Thanks so much for considering these.

    sfotiadis
    Participant

    Hi,

    I am using the Enfold theme and the “single author small preview pic” as the blogroll layout, which displays correctly the featured image (80 X 80px). However, when I open the post in its own page, the featured pic (originally 80 X 80px) takes up only a part of the space leaving in the background the grey pencil image.

    How can I make the featured image space smaller, i.e. 80X80px in the single post page? I do not want to use a 180X180 image so as to cover the grey box, hence I’d like to make the grey box smaller.

    Furthermore, is there a way to make the media space larger in the single post page? I am using embedded videos and I’d like to display them in the single post page in the same size as the blogroll page.

    Your assistance will be appreciated

    #122415

    great job Devin!! Thanks a million – that’s perfect

    Any idea on the button being out of sorts also?? Also in that screenshot above.

    #122414

    Hi gardydee77,

    Try 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 .header_color .cart_dropdown_first .cart_dropdown_link,
    .header_color .cart_dropdown .dropdown_widget li a,
    .header_color .cart_dropdown .dropdown_widget,
    #top .header_color .dropdown_widget .buttons .button {
    color: #333 !important;
    }

    Regards,

    Devin

    #114644

    the tab and accordion modules are too restrictive … i would love to embed any other module inside them.

    tabs and accordion with icon list, team member info, images, video, progress bar etc etc

    i would love to be able to set the menu and mega menu font size.

    i would love parallax background option which can be defined for each page

    Nick Edit: You can stack other shortcodes inside tab or accordion.
    You would first need to enter debug mode in /config-templatebuilder/config.php line 45
    (as explained in the lines above it). and then you would just paste
    the shortcode for whatever you need inside the shortcode for tabs
    for example this is 2 easy sliders, one inside each tab, and tab
    inside a single column:

    #120260

    Guude aach! :)

    After a little bit of investigation there seems to be a defect (http://bbpress.trac.wordpress.org/ticket/2309). It may be fixed with a future release of bbPress. This may be the one leading to your pages error.

    The two other notices belong to a double declaration of a constant – you may remove one of them. :)

    Memory ain’t a prob, but this should ALWAYS be checked when running wordpress. You have a total of 256M – remove any limitations you have inserted before (WP_MEMORY_LIMIT).

    I would encourage you to set up a new and fresh install of wordpress on the same server. Create a subdirectory (like ‘wp-test’) in your home directory. Configure WordPress and install Enfold right after that. Setup your Permalinks as desired and create a few pages. If everything is okay, enable the debugging in wp-config. After that, go ahead with your plugins – one by one. Try to reproduce the misbehaviour. bbPress should be the last…

    If you are still stuck, one of the moderators here may have a look to your installation.

    Best wishes!

    #122413
    #120817

    Open up wp-contentthemesenfoldincludeshelper-social-media.php and replace:

    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    with

    if($icon['social_icon'] == 'rss'){
    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'><img src='http://mywebsite.com/image.jpg' alt='' /></a>";
    }else{
    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
    }

    and instead of http://mywebsite.com/image.jpg insert the path to your image/icon.

    #122607

    I’m sorry but this is not easily possible. This theme seems to split up the main menu into two menus – Enfold just supports one main menu and you’d need to implement another menu. Then it would require a complete rewrite of the menu css and the new menus would be incompatible with our mega menu & submenu dropdown functions. If you really need this feature please hire a freelancer.

    #122135

    Hi,

    Go to Enfold > General Settings > Blog Style, select “Single Author, big preview Pic (no author picture is displayed, feature image is big)”.

    Regards,

    Ismael

    #122412

    Hi!

    Please post a link to the website – we’ll investigate the source code and provide some css code to fix it.

    Best regards,

    Peter

    Hi johnball,

    Please download Enfold 1.5. Like jaypopsu said, it might fix the issue.

    Regards,

    Ismael

    #122411

    bump – anybody help with this??

    #122410

    Hey,

    Glad you found it. :)

    You can also create a new custom sidebar on Appearance > Widgets > Enfold Custom Widget Area, add a new widget area.

    Regards,

    Ismael

    #122425

    In reply to: Rogue Color Layer

    Hi,

    I don’t know what you’re seeing but if you change the font color on Enfold > Styling, it does change. I don’t see any rogue layers interfering with the color that I set on the back end.

    Let me tag the rest of the support team.

    Regards,

    Ismael

    #120001

    Hi,

    Go to your wp dashboard, click Enfold > Theme Options > Header > Responsive Header Main Menu, select the SlideOut menu.

    Regards,

    Ismael

    #122544

    Hi,

    What does it do when you click the Read More button?

    Please download Enfold 1.5.

    Regards,

    Ismael

    #122519

    Hi,

    First, go to Enfold > Blog Style > Blog Style, select the “Single Author, big preview Pic (no author picture is displayed, feature image is big)”. You can specify the excerpt manually, just edit a post, look for the Screen Options (top right corner). Check the Excerpt option.

    Regards,

    Ismael

    #122517

    In reply to: edit front page

    Hi,

    Please create a test site. Activate Enfold then Import the dummy data. It will give you a lot of ideas how the theme works. You can also watch these videos to learn more about the theme. https://vimeo.com/channels/aviathemes

    You can set the front page on Enfold > Theme Settings > Frontpage Settings, select the page.

    Regards,

    Ismael

    #122384

    Did you put it in Custom CSS field in Enfold setup?

    #24114
    rikgeijsen
    Participant

    How can I remove the date from the av_postslider in Enfold? I use the postslider on my homepage, where I don’t want to display the date of the post. I removed the date already at the post en blog sidebar widget.

    Hi Michael,

    You can modify the layout of the woocommerce pages either with hooks and filters in the config-woocommerce>config.php file or by using templates and re-doing how the theme integrates with woocommerce.

    See: http://docs.woothemes.com/document/template-structure/

    Regards,

    Devin

    #122543

    Hi graeme_nash,

    You can use WooCommerce shortcodes to add add to cart buttons wherever you want on the site. The other part of the question I don’t know a solution for however.

    There could be a plugin or extension out there that handles the normal cart process as an inquiry but I haven’t run across it myself.

    Regards,

    Devin

    #116467

    In reply to: Enfold Showcase

    Hello, here is my page: http://seegers-fotografie.de

    I use the theme for a photo blog.

    #24148
    Wordpressed
    Participant

    Hi,

    I touched on this question in the Themeforest comments section but I have a couple of follow up questions if you wouldn’t mind having a look?

    I would like to create an agency website, using WooCommece to list my products, which are bands.

    I like the layout capabilities of the portfolio pages but would like to add an “add to cart” button to portfolio pages. The cart could then come to me as an enquiry list… hopefully!?

    Does anyone know how I could successfully combine the use of Enfold and WooCommerce to provide such functionality please?

    #24147
    sigmawebgr
    Participant

    Hi,

    I noticed that the Justified image grid plugin with the Enfold gives a conflict with avia.js and when a photo is requested from a gallery, the social media icons do not display.

    Is there a work around for this issue please?

    Thanks a lot!

    #24143
    asosbravo
    Participant

    hello

    i´ve been seeing a video of editing front page.

    i don´t have this option in my enfold theme, edit front page, what can i do? please

    #24141
    Nicolas Lovelstzy
    Participant

    Hi Team,

    we’re looking into purchasing another Enfold theme license for another website we’re creating. We’re looking to make something that has a large search bar to easily find products on the website.

    As we really love enfold and it’s already very versatile to make whatever we’d like with it, the only obstacle we’ve encountered is to move the search bar somewhere just below the header, and to expand it to be long similar to search websites like, google, yahoo, amazon etc.

    Do you have a code I can insert to move the search bar below the logo instead of being part of the main menu and extend the search to be longer something like this: http://demo.globalads24.com/wp-content/uploads/2013/05/Screen-shot-2013-05-31-at-7.34.05-PM-option-1.jpg or similar.

    Thanks

    -Nicolas

Viewing 30 results - 243,331 through 243,360 (of 244,463 total)