Forum Replies Created
-
AuthorPosts
-
Hi!
Did you install the WPML string translation extension? You don’t need to switch the permalink settings to default. Please post the login details here as a private reply.
Cheers!
IsmaelHey!
You can add this on your custom.css or Quick CSS:
#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; } #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }Adjust the max width.
Best regards,
IsmaelHi!
You can add this on your custom.css or Quick CSS.
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo { margin: 20px 0; } #header_meta { position: absolute; bottom: 35px; border: none; box-shadow: none; background: none; left: 18%; } }Please remove browser cache then reload the page.
Cheers!
IsmaelHi!
This will get you started. Add this on your custom.css or Quick CSS:
.current-menu-item.current_page_item a { background: gray; border: 3px solid green; border-radius: 6px; } .main_menu ul:first-child > li a { height: 50px !important; line-height: 50px !important; } .main_menu { position: absolute; top: 30%; }Regards,
IsmaelHey!
I don’t see any content slider on the website. Can you please point us to the actual page?
Cheers!
IsmaelHey Design!
No, that is not possible with the Portfolio Grid element but you can do it using the Blog Posts element. On “Do you want to display blog posts?” option, choose “Display entries from a custom taxonomy”. “Which Entries?” should be “Post Tag”. Choose the Grid Layout for the “Blog Style” option to make it look like the Portfolio Grid layout somehow.
Cheers!
IsmaelHey David!
You can use this:
.main_color input[type='submit']:hover { background: orange; color: white !important; }Best regards,
IsmaelJanuary 4, 2014 at 7:14 am in reply to: How to implement a Full Page Background Image for a given page #205270Hey!
I’m sorry but can you please post a screenshot of what you’re trying to do? A link to the actual website will help.
Regards,
IsmaelHey!
You can remove the nested sidebar pages on Enfold > Sidebar > Page Sidebar navigation. Save changes.
Cheers!
IsmaelHey photobooth214!
Can you please give us a link to the page? Do you have a cache plugin? Please disable it while editing the page.
Best regards,
IsmaelJanuary 4, 2014 at 7:06 am in reply to: AddThis Facebook icon doesn't grab proper text or photo. #205265Hi!
I’m sorry about that. Have you tried Dude’s recommendation? I’m sure it will work. :)
Cheers!
IsmaelJanuary 4, 2014 at 7:01 am in reply to: Avia Layout Builder doesn’t show elements after page actualize #205262Hi jbenn!
Can you please give us a link to the actual website? Please try to increase the wordpress php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHi!
Glad it worked. Please don’t forget to remove browser cache then reload the page a few times to see the changes.
Regards,
IsmaelHey!
You can use this for the sub or top menu:
.sub_menu>ul>li:hover a { background: gray; padding: 10px 0 5px 0; }Cheers!
IsmaelHi iceadmin!
No, that is not possible at the moment. You need to manually modify the theme to have two different logos on different pages. Please hire a freelance developer to add the second logo. You can visit http://werkpress.com/.
Best regards,
IsmaelHey!
If I am not mistaken it will return the name of the CPT. Please test it further. :)
Best regards,
IsmaelHey rcribble!
Can you please give us a link to the actual page with the table? We need to inspect it. The image you posted is incorrect.
Cheers!
IsmaelHey kirzy!
The whole site loads completely in less than 10 seconds on my end including the LayerSlider. That is fast considering how slow the internet connection that I use compare to other internet service providers. I can only suggest to upgrade the hosting services since you already made some page speed optimization.
Regards,
IsmaelHey!
Please use this:
.page-id-18 .flex_column.av_one_fourth { margin-top: 5px; }Regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS to adjust the height then position the language selector properly:
#lang_sel_click a, #lang_sel_click a:visited { line-height: 5px; } #lang_sel_click { position: absolute; top: -10px; left: -150px; } #lang_sel_click .sub_menu li ul { top: 26px; left: 10px; border-top: none; }Cheers!
IsmaelHey!
Please use this plugin to prevent emails from going into the junk or spam folders: http://wordpress.org/plugins/easy-wp-smtp/
We always recommend the Contact Form 7 plugin.
Best regards,
IsmaelHey EvanMPW!
You can use a Text Block then switch to the Text editor. Add the youtube embed code under Share panel.
<iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0" frameborder="0" allowfullscreen></iframe>The “?rel=0″ at the end of the URL will disable the suggested videos. You can also add “&autoplay=1″ to enable auto play.
<iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>Best regards,
IsmaelHey!
Please try to use this instead:
.page-id-1195 .av_font_icon.avia-icon-pos-left { position: relative; left: 40%; margin-right: 10px; }Adjust the right margin. :)
Regards,
IsmaelHey Ben!
Can you please give us a link to the website? I’m not sure what part of the header the screenshot is pointing to because of the modifications that you did with the theme. Anyway, you can change the border width using this on Quick CSS:
#header_main { border: none; } #header_main .container { border-bottom: 1px solid #e1e1e1; }This will remove the #header_main border then add a bottom border on #header_main container.
Best regards,
IsmaelJanuary 3, 2014 at 10:03 am in reply to: Have easyslider fill up entire column with no padding or margins #204933Hey!
I’ll ask Dude for a solution. Please wait for his response.
Best regards,
IsmaelJanuary 3, 2014 at 9:41 am in reply to: Images appearing on top of menu (instead of underneath) when scrolling the page? #204924January 3, 2014 at 9:40 am in reply to: AddThis Facebook icon doesn't grab proper text or photo. #204923Hi jgdoyle1!
Please try to edit header.php, find this code:
<meta charset="<?php bloginfo( 'charset' ); ?>" />Below, add this code:
<meta name="description" content="<?php echo get_the_excerpt(); ?>" /> <link rel="image_src" href="<?php echo avia_image_by_id(get_post_thumbnail_id(), 'large', 'url'); ?>" />Make sure that you set a featured image on every post or page. Modify the excerpt using the Excerpt metabox. Enable it on Screen Options then tick the Excerpt.
Regards,
Ismael -
AuthorPosts

