Forum Replies Created
-
AuthorPosts
-
April 1, 2014 at 5:35 pm in reply to: How to prevent feature image from showing on top in an image post type #246169
Hi!
It may be some sort of caching on your end, try seeing it in Chrome incognito mode:

Regards,
JosueTry with:
.sidebar *{ color: white !important; }Best regards,
JosueHi!
Try with this:
@media only screen and (min-width: 768px) { .container_wrap.sidebar_right{ background:-webkit-gradient(linear,right top,left top,color-stop(red,0.295),color-stop(white,0)); background:-webkit-linear-gradient(right, red 29.5%, white 0%); background: -moz-linear-gradient(right, red 29.5%, white 0%); background: -o-linear-gradient(right, red 29.5%, white 0%); background: linear-gradient(right, red 29.5%, white 0%); } }Cheers!
JosueGood, let us know how it goes.
Regards,
JosueMarch 31, 2014 at 8:26 pm in reply to: Titles (Not Captions, the browser tabs) of the Portfolio Items #245706You are welcome, glad we could help Bedros.
Regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueMarch 31, 2014 at 8:20 pm in reply to: Titles (Not Captions, the browser tabs) of the Portfolio Items #245698Hi!
Yeah, but the plugin fills your needs for 1 and 2, 3 is a little bit more tricky (it’s not as simple as you think because the excerpt needs to be called inside the Post loop in order to appear, the title tag is outside that), but maybe there is a plugin out there.
Best regards,
JosueHi Gabriel!
No, you can include those in the same code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Bree Serif'] = 'Bree Serif'; $fonts['Another font'] = 'Another font'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Bree Serif'] = 'Bree Serif'; $fonts['Another font'] = 'Another font'; return $fonts; }Best regards,
JosueMarch 31, 2014 at 7:52 pm in reply to: Titles (Not Captions, the browser tabs) of the Portfolio Items #245675Hi!
Yes, i actually though it could be done with FV doing something like:

But it didn’t work, if you really need it try contacting a developer from here to mod the theme or the plugin for your needs.
Regards,
JosueMarch 31, 2014 at 6:48 pm in reply to: Titles (Not Captions, the browser tabs) of the Portfolio Items #245622Hi Bedros!
It is possible to do it without a plugin but you’d need to deeply edit the theme files, which will be reverted if you update the theme. It is better and easier to use a plugin, like FV All in one SEO Pack, which allows you to edit the title and it’s very simple.
Best regards,
JosueHey!
The submenus are showing, please take a look:

Best regards,
JosueI would have reverted the changes if if could, but the page went blank, so the only way to do it was via FTP which i didn’t have access, sorry for the inconveniences.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi Joe!
Remove the color changing code and add this one:
.home .avia-builder-el-0 { background: white; padding: 0 20px; }It should look like this:

Regards,
JosueHey Gabriel!
The page went blank again, it appears to be a server issue because i tried the exact same code on my local install an the font was added, i think the answer is in the php error log, do you have access to it?
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Try putting that content inside a color section with an ID of next-section.
Best regards,
JosueHi Tommy!
Open /config-templatebuilder/avia-shortcodes/portfolio.php: and look for this line:
$output .= "<div class='grid-entry-excerpt entry-content' $markup>".$excerpt."</div>";Change it to:
$output .= "<div class='grid-entry-excerpt entry-content' $markup><a href='".get_the_permalink()."''>".$excerpt."</a></div>";Regards,
JosueHi Gabriel,
Please revert the changes, can you create an administrator account and post it here as a private reply?
Regards,
JosueHi Ryan!
Refer to this topic on how to change when the page goes mobile mode:
https://kriesi.at/support/topic/mobile-menu-tablet-breakpoint/#post-136706Best regards,
JosueHey Lina!
Try the following code in Quick CSS:
.progressbar-title-wrap { background: white !important; color: black !important; }Change as needed.
Regards,
JosueHey!
Here’s how it looks on my end (text is white):

Best regards,
JosueHi!
Please note that this is not a theme issue, here’s the image uploaded to the server:
http://eq59799.amanda6.nfrance.com/wp-content/uploads/2013/12/Alain-Pomme.jpgTry exporting the JPG with a better quality setting from Photoshop.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .sub-menu { display: block !important; } }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueIt’s not, maybe you can find something similar in CodeCanyon.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding-left: 10px; }Cheers!
JosueHi!
It’s a custom plugin made by Kriesi.
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue -
AuthorPosts
