Forum Replies Created
-
AuthorPosts
-
Hi,
Can you post the link to your website please?
Regards,
JosueHi Alex!
Add this code to the Quick CSS:
.post-entry .big-preview{ display: none !important; }
Cheers!
JosueClosing thread.
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi!
In your css/custom.css, replace this line 269:
div.flex_column:nth-child(6){ height: 250px; }
With this:
div.flex_column:nth-child(6){ height: 170px; }
Cheers!
JosueHey!
I can’t access your site now, it shows a coming soon page :(
Regards,
JosueHi Robert!
Try with this code instead:
#top .avia_textblock h1 { color: #5c5140 !important; } #top .avia_textblock h2 {color: #5c5140 !important; } #top .avia_textblock h3 {color: #5c5140 !important; }
Best regards,
JosueHey!
Try with this:
.page-thumb{ display: none !important; }
Regards,
JosueHi!
Use this for the logo:
.bos-logo { position: absolute; margin: 0 auto; left: 0; right: 0; }
Best regards,
JosueHi!
Apply this Style (Left: 50%) to the layers you want centered:
Cheers!
JosueHi!
Yes, all of them, you could put them either in css/custom.css or Quick CSS.
Cheers!
JosueHi @gnmediadienste!
Can you paste the script you want to add?
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Please elaborate on this: ‘But I can’t link this article to a section in the menu. So it doesn’t appear on the site.’.
Regards,
JosueHi logan2d!
I managed to get this on my local installation:
I generated a post slider shortcode and then added it after the <body> tag starts in the header.php file:
<?php echo do_shortcode("[av_postslider link='category' columns='3' items='9' offset='0' contents='no' preview_mode='auto' image_size='portfolio' autoplay='no' interval='5']"); ?>
Regards,
JosueOctober 27, 2013 at 7:54 pm in reply to: Updated to WordPress 3.7 and my Layout Elements are really wide and grey. #181256Hi,
Can you post the link to your website please?
Regards,
JosueHey frankyfranky!
You can use the secondary menu as the submenu you want:
Then you’ll need to make some edits in the header.php to make it appear below the main navigation.
Can you post a link to your website?
Regards,
JosueHello!
I understand your point, but that is out of the scope of our support form. If you really need it try hiring a freelancer for the job.
Cheers!
JosueOctober 27, 2013 at 7:37 pm in reply to: Ajax Portfolio defaulting to 1030 x 510px on preview #181251Hi!
Try the following – open up /themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php and replace line 379:
$link = wp_get_attachment_image_src($slide->ID, $this->config['lightbox_size']);
with
$link = wp_get_attachment_image_src($slide->ID, 'full');
Best regards,
JosueHi,
Can you post the link to your website please? and the colors you want to use for background.
Regards,
JosueHi!
Oh, did you made changes to header.php?
Best regards,
JosueHave you tried with .trigger(‘click’)?
Something like this:
jQuery('.tab_counter_1').trigger('click');
http://api.jquery.com/trigger/
Best regards,
JosueHi iluvatoq!
If you want to make your website to look the same for every device, then you may want to disable the responsive behavior:
Cheers!
JosueHey musklick!
You can add the img in the header.php, after the body starts:
<img src="your_img" class="bottle" ?>
`Then apply this CSS:
.bottle{ width: 350px; height: 650px; position: fixed; left: 0; top: 0; z-index: 1000; }
Try it out and see if it works, if it doesn’t provide us with a link to your website and the image of the bottle you want to use.
Best regards,
JosueHi Oleks!
You can try an alternative font converter, like this http://convertfonts.com/
Cheers!
JosueHi!
Weird, you said that if the header is ‘non Fixed Header with Social icons’ the icons will appear, but i still don’t see them, are they showing up on your view?
Best regards,
JosueHey Adrian!
Add this code to the Quick CSS:
.avia-button span { color: #FFF !important; }
Best regards,
JosueHi!
Change it to “non Fixed Header with Social icons”.
Regards,
JosueOctober 27, 2013 at 9:02 am in reply to: How can i take off the highlight effect on the large easy slide show? #181167Hi,
Can you post a link to your website please?
Regards,
JosueHey yukanl!
Take a look at this plugin: http://wordpress.org/plugins/advanced-access-manager/
Best regards,
Josue -
AuthorPosts