Forum Replies Created

Viewing 30 posts - 60,391 through 60,420 (of 67,534 total)
  • Author
    Posts
  • in reply to: Calendar #234497

    Hi dalboslampen!

    How are you? I hope you feel great today. Thank you for the question.

    I’m sorry but that is beyond the scope of support. Please hire a freelance developer to add the feature for you. For further modifications, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: WooCommerce Shopping Cart Widget Buttons #234495

    Hi!

    Hope you’re having a good day!

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

    dl.variation dd {
    margin: -9px 0 0 3px;
    }
    
    td.product-name dl.variation dd {
    margin: -10px 12px 0 0;
    }

    For further modifications, please visit Werkpress.

    Regards,
    Ismael

    in reply to: Portfolio – no pictures with wpml #234493

    Hi!

    Have you tried to recreate the gallery itself? If I am not mistaken there is a lot of change on the gallery shortcode so you might have to recreate it from scratch. Can you please give us a link to the actual page with the gallery?

    Cheers!
    Ismael

    in reply to: Theme broken in Safari #234490

    Hi!

    How are you? I hope you feel great today. Thank you for the question.

    Actually, this is broken even on Chrome. Can you please deactivate the minify and cache plugin? Activate the minify plugin again then reconfigure or activate the cache plugin settings.

    Regards,
    Ismael

    in reply to: Icons from iconlist not showing #234489

    Hi!

    Thank you for using the theme. I hope you’re doing well today.

    The icon lists are showing but it is a bit late. Can you please deactivate the cache plugin then reset the settings?

    Regards,
    Ismael

    Hey Jane!

    Can you please give us a link to the website?

    Best regards,
    Ismael

    in reply to: portfolio titles multicolor #234482

    Hi!

    You can modify them by ajax id. Use google chrome to inspect the portfolio items. Looks for something like this “div[data-ajax-id=”1976″]”. Add this on Quick CSS to modify the background:

    
    div[data-ajax-id="1976"] .grid-content {
    background: red;
    }

    Cheers!
    Ismael

    in reply to: expand size of map #234480

    Hey vcoronel!

    How are you? I hope you’re doing well today.

    You can use the Color Section on the contact page then insert the google map inside. Add a unique css selector id on “For Developers: Section ID” field. Use “awesome-section” for example. Add this on Quick CSS or custom.css to make the container fullwidth:

    #awesome-section .container {
    width: 100%;
    }

    Best regards,
    Ismael

    in reply to: Show preview image in portfolio for video #234478

    Hi Willem-Paul!

    How are you? I hope you’re doing well today.

    You can use the “Define Custom Link” box below the portfolio item editor, look for the “Overwrite Portfolio Link setting” then add the video url.

    Cheers!
    Ismael

    in reply to: Font keeps resetting to 'Web save fonts' #234477

    Hey!

    Are you using a minify plugin? I just can’t reproduce the issue on my end. enfold.css is always above the base.css on chrome inspector.

    Best regards,
    Ismael

    in reply to: Vidoes Not Working. Help, please. #234474

    Hi!

    I’m sorry but you’re not using the latest version. I’m not sure why the Theme Options Update is saying otherwise. Please download it on your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Grid caption font size/weight #234471

    Hi JadynWelch01!

    Thank you for the question. I hope all is well with you today.

    You can use this on Quick CSS:

    .grid-entry-title {
    font-size: 17px;
    font-weight: 600;
    }

    Regards,
    Ismael

    in reply to: Buttons Look Different on Live Page #234470

    Hi!

    I’m not sure what is that plugin that makes you choose if you want to edit the page or something. It has been disabled now, I guess. Anyway, you can add this on Quick CSS to get the gradient style for the button:

    body div .avia-button {
    background-image: url("http://www.finalsmoke.net/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    }

    Change the text color using this on Quick CSS:

    .avia-button.avia-color-orange, .avia-button.avia-color-orange:hover {
    color: black;
    }

    Best regards,
    Ismael

    in reply to: Gallery Thumbails Wrong Size #234468

    Hi!

    The width of the gallery thumbnails are set to 20%. They will occupy the size of the container.

    Regards,
    Ismael

    in reply to: Drop Down Menu #234465

    Hey!

    1.) Please post a screenshot. I think it is the default mobile settings and it has nothing to do with the theme.

    2.) You can add this on Quick CSS to move the 2nd level menu items:

    #mobile-advanced ul.sub-menu {
    padding-left: 25px;
    background: #ffffff;
    }

    Regards,
    Ismael

    in reply to: problem importing Avia Framework #234464

    Hi newmesis!

    How are you? I hope you’re doing well today.

    Theme options are saved in the database. Please use this plugin to move the site to another location:WP MigrateDB or WP MigrateDB PRO

    You need to manually move the wp-content files to another.

    Regards,
    Ismael

    in reply to: Restore Admin Bar #234318

    Hi nessieq!

    The admin bar is present when I checked the website even if I’m not logged in. You can’t see it on your end? Did you add any plugins for the admin bar? Please delete or rename it on the wp-content/plugins folder.

    Best regards,
    Ismael

    in reply to: display search into the breadcrumbs area #234317

    Hey!

    Maybe this will work for you.

    .breadcrumb {
    display: none;
    }
    
    #menu-item-search {
    top: 90px;
    }
    

    It will remove the breadcrumb then move the search ajax icon down. Work best if you’re not using the header with bottom navigation.

    Regards,
    Ismael

    in reply to: Number of images per page in Gallery #234315

    Hey fjrichart!

    The masonry gallery is not really using the gallery shortcode. The option to limit the number of image on a gallery in a single page is not available yet even when you use the default wordpress gallery shortcode. Please hire a freelance developer to modify the gallery. Maybe, this plugin will help: http://wordpress.org/plugins/nextgen-gallery/

    You can also paginate a single page using the <!–nextpage–> page tag.

    [gallery ids="316,315"]
    <!--nextpage-->
    [gallery ids="315,745,313,316"]

    Cheers!
    Ismael

    in reply to: Fullsize images not fullsize? How to make images bigger #234309

    Hey!

    How are you? I hope you’re doing well today.

    I’m sorry but you’re not using the latest version of the theme. You have version 2.4.2 and the latest version is 2.5.4. To be honest the version you’re using right now is very old and contents might be affected during the update. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Regards,
    Ismael

    in reply to: update download link #234307

    Hey!

    Thank you for using the theme. I hope you’re doing great.

    I’m sorry but you waited too long to update the theme. A lot of avia elements has been changed and you might have to recreate them from scratch especially those that are using the font icons. The “You might also like” section shows the related posts. You can remove that using this on Quick CSS:

    .related_posts {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Server Stressed by Admin-Ajax.php #234304

    Hey addwebtoday!

    Thank you for using the theme. I hope you’re doing great.

    Can you please give us a link to the website? Please increase the wordpress php memory limit to at least 128M. Refer to this link:
    http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    in reply to: Transition Builder Error #234303

    Hey markofwits!

    Thank you for using the theme. I hope you’re doing great.

    Can you please give us a link to the website? Did you install the layerslider as a standalone plugin? You can deactivate the default layerslider within the theme by using this on functions.php:

    add_theme_support('deactivate_layerslider');
    

    Regards,
    Ismael

    in reply to: Color Section Background Video Warning get_file_contents #234302

    Hi!

    I’m not sure what is the error but please try to contact your host and ask them for any hint why the error is happening. Might have something to do with the allow_url_fopen php configuration.

    Cheers!
    Ismael

    in reply to: Tracking Code #234299

    Hey wesleysoccer!

    Thank you for the question. I hope all is well with you today.

    Are you sure that this is the right website? This is not using the Enfold theme. What is the tracking code for?

    Cheers!
    Ismael

    in reply to: Hide Featured Image On All Pages/Posts #234298

    Hey addwebtoday!

    How are you? I hope you’re doing well today.

    Please use this to remove the featured images:

    .big-preview, .small-preview {
    display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Fullwidth Masonry: all sort – filter preview #234296

    Hey basezero!

    Thank you for using the theme. I hope you’re doing great.

    No, that is not possible without major modifications. The all toggle can only sort the latest items on the set. Please hire a freelance developer to modify the sort function. For further customization, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Avia Site Migration Tutorial #234295

    Hi David!

    Thank you. Nice tutorial. Noted. :)

    You can also use the WP MigrateDB or WP MigrateDB PRO to transfer the website.

    Best regards,
    Ismael

    in reply to: Enfold/Child Staging site -> Live #234294

    Hi Jason!

    Thank you for the question. I hope all is well with you today.

    We recommend using this plugin to move your website: WP MigrateDB or WP MigrateDB PRO

    Refer to this link: http://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    You don’t have to import or export theme settings after you import the database.

    Regards,
    Ismael

    in reply to: Portfolio – no pictures with wpml #234293

    Hi 10-der!

    How are you? I hope you’re doing well today.

    You have a very old version of the theme. The tutorial is only applicable with the latest update of Enfold. Please download version 2.5.4 on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

Viewing 30 posts - 60,391 through 60,420 (of 67,534 total)