Forum Replies Created

Viewing 30 posts - 60,001 through 60,030 (of 67,155 total)
  • Author
    Posts
  • in reply to: How do I get my web images out of my portfolio? #234525

    Hey SpyderSpy6!

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

    Can you please give us a link to the website? A screenshot of the issue will help.

    Best regards,
    Ismael

    in reply to: Tables Display Incorrectly On Mobile Devices #234524

    Hey richgates!

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

    I’m sorry but this has been an old issue with the theme and no is available yet. Please edit css > shortcodes.css, go to the Table section then look for this code:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    Remove it. We might need to adjust the size of the table on mobile view.

    Best regards,
    Ismael

    in reply to: Promo Box Button #234522

    Hi papernapkinmarketing!

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

    Edit the portfolio item 30 then look for the promobox. You can configure all the options there.

    Regards,
    Ismael

    in reply to: Header questions #234521

    Hey erwin_m!

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

    1.) Please use this:

    #top .social_bookmarks {
    float: right;
    }
    
    #header_meta .sub_menu {
    right: 150px;
    }

    2.) Use this to move the logo:

    .logo {
    top: 20px;
    }

    3.) Use this to remove the border and box-shadow:

    
    #layer_slider_1 {
    border: none;
    box-shadow: none;
    }
    
    #header_main {
    border: none;
    }
    
    .container_wrap {
    border: none;
    }

    For further modifications, please visit Werkpress.

    Cheers!
    Ismael

    in reply to: Enfold – Logo with tagline in header #234519

    Hey!

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

    This will get you started. For further modifications, please visit Werkpress.

    You can add this on you custom.css or Quick CSS:

    #header_main .container {
    height: 200px;
    line-height: 200px;
    }
    
    .main_menu {
    top: 50px;
    }
    
    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    margin-top: -50px;
    }
    
    .avia-menu-fx {
    bottom: 48px;
    }
    
    .header-tagline {
    float: right;
    }
    
    .header-scrolled .main_menu {
    margin-top: -20px;
    }
    
    .header_color.header-scrolled .main_menu ul:first-child >li > ul, #top .header_color.header-scrolled .avia_mega_div > .sub-menu {
    margin-top: -30px;
    }
    
    .header-scrolled .avia-menu-fx {
    bottom: 28px;
    }

    Edit header.php, find this code 154:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
    

    Below, add the tagline:

    echo "<div class='header-tagline'>TAGLINE HERE</div>";
    

    Add this on Quick CSS again:

    .header-tagline {
    float: right;
    }

    Regards,
    Ismael

    Hey!

    I’m sorry about that. Please use this instead:

    add_filter('avia_breadcrumbs_args', 'change_breadcrumb_before', 10, 1);
    function change_breadcrumb_before($args) {
    	$args['before'] = '<span class="breadcrumb-title">' . __( 'CHANGE THIS LINE:', 'avia_framework' ) . '</span>';
    	return $args; 	
    }

    Regards,
    Ismael

    in reply to: adding posts to page #234512

    Hi sylentbob3!

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

    Yeah, that is possible with the Blog Posts element. Edit the page then switch to Advance Layout Builder, add the blog posts element. You can filter them by category or tags if you want.

    Best regards,
    Ismael

    Hi Achim_NRW!

    Can you please give us a link to the website? Did you install any plugins prior to the issue? Please deactivate all plugins then we’ll check it.

    Best regards,
    Ismael

    in reply to: CSS problem? #234503

    Hi!

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

    Looks like it is not generating enfold.css, please go to Enfold > Styling then change the color scheme to something else. Save it then change it back again. Please make sure that wp-content/uploads/dynamic_avia folder’s permission is set to writable/readable. Set the permission to 755 or higher.

    Please deactivate the cache plugin while working on the website. You should probably enable that after you’re done tinkering with the design or everything else. Flush the permalink settings on Settings > Permalink. Click the “Save” button once. Check if the item suppport page is fix.

    Best regards,
    Ismael

    in reply to: Secondary menu doesn't display on translated pages #234499

    Hi cbassist!

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

    Did you recreate the menu on the other language? You need to create menus for different languages. Please give us a link to the website.

    Best regards,
    Ismael

    in reply to: Data table questions #234498

    Hi bgprojects!

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

    1.) Please switch your theme to debug mode. Edit function.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 builder. Copy that shortcode then place it on another page if you want.

    2.) Unfortunately, the rows and columns will be added at the very end.

    3.) No, it’s not possible to copy a sample data on Excel. You need to copy the data one by one then place them on their appropriate place on the table.

    4.) Looks like you managed to add a different color for the header row. You can add this on Quick CSS or custom.css to change the background:

    .main_color .avia-data-table th.avia-highlight-col {
    background-color: red;
    }

    Regards,
    Ismael

    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

Viewing 30 posts - 60,001 through 60,030 (of 67,155 total)