Forum Replies Created

Viewing 30 posts - 62,701 through 62,730 (of 64,025 total)
  • Author
    Posts
  • in reply to: Vimeo Plus #128347

    Hi,

    Please get the proper URL of the video. Can you get the url like Devin’s? Something like https://vimeo.com/69712274?

    Regards,

    Ismael

    in reply to: copy/paste or clone section to another page? #128145

    Hi,

    Set the avia builder to debug mode. Open functions.php, find this code.

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

    Below, add this code

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the Advance Layout Editor. You can copy the shortcode.

    Regards,

    Ismael

    in reply to: Copy of pages created with Template Builder #128178

    Hi,

    Set the avia builder to debug mode. Open functions.php, find this code.

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

    Below, add this code

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the Advance Layout Editor. You can copy the shortcode.

    Regards,

    Ismael

    in reply to: Positioning on LayerSlider #128179

    Hi,

    Go to LayerSlider WP > Slides > Global Settings > Slider width, set this to 100%. After that look for “Layers Container”, set a specific width. This will constrain the layer slider elements to a specific width.

    ” This feature is needed if you are using a full-width slider and you need that your layers forced to positioning inside a centered custom width container. Just specify the width of this container in pixels! Note, that this feature is working only with pixel-positioned layers, but of course if you add left: 50% position to a layer it will be positioned horizontally to the center, as before!”

    Import the dummy data then check the default layer sliders.

    Regards,

    Ismael

    in reply to: LayerSlider WP Fatal error #127337

    Hi,

    Looks like the page are all working now without the error?

    Regards,

    Ismael

    in reply to: Home 7 and ajax portfolio #127241

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Slide out menu on ipad not working properly #128081

    Hi,

    What is the issue with the Slide Out Menu that you’re having on iPad?

    Regards,

    Ismael

    Hi,

    I can see the issue now. It is very random. Try to switch back to Default Editor then update it. Go back to ALE and update it again then preview the changes. Sometimes it will be fixed, sometimes not. I’ll tag Kriesi.

    Regards,

    Ismael

    in reply to: Change Tab Colors – Hover Text #127157

    Hi,

    Can you give us a link to the website with the tabs?

    Try this

    div .main_color .tabcontainer .active_tab:hover, div .main_color .tabcontainer .active_tab a:hover {
    color: red !important;
    }
    div .main_color .tabcontainer .active_tab .tab_icon:hover, div .main_color .tabcontainer .active_tab .tab_icon a:hover {
    color: red !important;
    }

    Change the color value.

    Regards,

    Ismael

    in reply to: Progress Bars – Custom color (no strobe effect) #126102

    Hey,

    I hope you figured it out. I think the code I gave you will handle the strobe effect and change the progress bar to solid colors.

    Let me tag the rest of the support team, maybe they have a better idea.

    Regards,

    Ismael

    in reply to: Enfold WPML and All-in-One Event Calendar by Timely #127986

    Hi,

    The link shows a 404 page: http://ayuntamientobenisano.es/calendario/

    Regards,

    Ismael

    Hi,

    Edit the Portfolio Grid element > Excerpt > select “Only Title”.

    Regards,

    Ismael

    in reply to: Image not found #128052

    Hi,

    Please send the login details to ///.

    Include the word “Kriesi” on the subject. Add the link of this topic on your email.

    Regards,
    Ismael

    in reply to: Newbie looking for a little help… pt2 #127897

    Hi,

    1.) Is this the Post slider? Download Enfold 1.7, you can select more options for “Title and Excerpt”.

    2.) Glad you figure this out.

    3.) You’re twitter widget looks ok.

    4.) – – – –

    5.) You can create a New Shop Page, select “No sidebar”, insert the woocommerce shortcodes. Select this page as the default shop page on Woocommerece > Settings > Pages > Shop Base Page.

    6.) You can set a minimum height on your custom.css or Quick CSS

    .pricing-table li {
    min-height: 80px;
    }

    7.) Edit footer.php, find this code

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    Replace it with:

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    <?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?>

    8.) Please give us a screenshot because I can’t see the issue. Thanks.

    Regards,

    Ismael

    in reply to: Can not setting on "Menus" function #128064

    Hi,

    Please use google chrome or firefox.

    Do you have WordPress 3.5 or higher?

    Please increase the wordpress php memory limit:

    http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,

    Ismael

    in reply to: Messed up when moved #128152

    Hey,

    Glad you figured it out. :)

    Cheers,

    Ismael

    in reply to: Support category sorting #128156

    Hi,

    The topics are group together by theme. You can use the search box.

    Regards,

    Ismael

    in reply to: Search not showing in menu #128126

    Hi,

    It should be there by default. Can you give us a link to your website?

    You can add this on your custom.css or Quick CSS

    #menu-item-search {
    display: block;
    }

    Regards,

    Ismael

    in reply to: Text Box white space #128143

    Hi,

    Can you give us a link to your website? You might accidentally render a line break when working on the editor without knowing it. You can use the Special Heading.

    Regards,

    Ismael

    Hi,

    What text are you trying to change? Can you give us a screenshot?

    Dude’s code should work.

    Regards,

    Ismael

    in reply to: How remove date on the search results in the header #127994

    Hi,

    What do you mean below the search form? Please give us a screenshot. :)

    Regards,

    Ismael

    in reply to: Font size #128136

    Hi,

    You can do something like this on your custom.css or Quick CSS

    body {
    font-size: 20px;
    }

    You can find the #Typography style on css > base.css

    Regards,

    Ismael

    in reply to: Portfolio Items Question #128149

    Hi,

    At the bottom of the portfolio entry, there is the Additional Portfolio Settings > Overwrite Portfolio Link setting.

    Regards,

    Ismael

    in reply to: Error Codes Once installed #128148

    Hi,

    Please try this, edit framework > php > function-set-avia-frontend.php. Go to line 128.

    Replace the code with this:

    $post = get_post( $id );

    Regards,

    Ismael

    in reply to: Update Entire Store – Overview #127426

    Hi,

    Ok, update. I did Dude’s code and the shop overview page product thumbnails hover starts working even if the “No hover effect” is selected.

    FYI, the hover effect will only work if there is an image added on the Product Gallery section.

    Regards,

    Ismael

    in reply to: Update Entire Store – Overview #127425

    Hi,

    Unfortunately, I think you need to hit update for each product. I’ve tried working on a quick solution but I can’t find any.

    The only hope is to find a plugin that will automatically update all posts.

    I’m not so sure if repairing or optimizing the database will work:

    http://wpmu.org/wordpress-maintenance-101-how-to-optimize-and-repair-database-tables/

    You can find the products on the wp_posts table.

    Let me tag Kriesi.

    Regards,

    Ismael

    in reply to: Hiring freelancer to customize Enfold #128153

    Hi,

    You can visit odesk or freelancer. :)

    Regards,

    Ismael

    in reply to: Update Entire Store – Overview #127422

    Hi,

    Do you want to enable the hover effect by default?

    Open config-woocommerce > admin-options.php, find this code

    $el[] = array("slug"	=> "avia_product_hover",
    "name" => "Hover effect on <strong>Overview Pages</strong>",
    "desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
    "id" => "_product_hover",
    "type" => "select",
    "std" => "",
    "class" => "avia-style",
    "subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));

    Replace it with

    $el[] = array("slug"	=> "avia_product_hover",
    "name" => "Hover effect on <strong>Overview Pages</strong>",
    "desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
    "id" => "_product_hover",
    "type" => "select",
    "std" => "hover_active",
    "class" => "avia-style",
    "subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));

    Regards,

    Ismael

    in reply to: Insert target blank on images #127731

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Import Dummy Content: Importing did not work #127945

    Hi,

    Do you have WordPress 3.5 or higher installed? Are you trying to Import the dummy data on Enfold > Theme Options > Import Dummy data?

    Deactivate the Envato WordPress Toolkit.

    Regards,

    Ismael

Viewing 30 posts - 62,701 through 62,730 (of 64,025 total)