Forum Replies Created
-
AuthorPosts
-
Hi!
If you want to change the actual words you’d need to edit the Description field in the menu item window – http://screencast.com/t/IjM2JX9e4loM (Appearance > Menus).
Cheers!
JosueHey!
You can also use this plugin to make a child theme:
https://wordpress.org/plugins/one-click-child-theme/FileZilla is a free FTP client:
https://filezilla-project.org/Cheers!
JosueHi Darryl!
Post a link to the page where you have this masonry gallery element.
Best regards,
JosueHey!
Try adding this code to the Quick CSS (adjust as needed):
span.avia-menu-subtext{ font-size: 16px; color: red; text-transform: uppercase; letter-spacing: 1px; }Cheers!
JosueHi Darryl!
That’s a WordPress default functionality, refer to this on how to change it:
http://bacsoftwareconsulting.com/blog/index.php/wordpress-cat/how-to-preserve-html-tags-in-wordpress-excerpt-without-a-plugin/Best regards,
JosueHi!
Yes, but you can avoid that by using a child theme and storing that custom code in its functions.php file.
Best regards,
JosueHi!
If you are going to use a fixed value you need to add “px”:
main.template-page.content { padding-top: 5px; }Best regards,
JosueHey!
That’s the recommended way of removing the Kriesi backlink, if you want to do it by editing the source files you’d need to edit footer.php, line 100:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>Change it to:
<span class='copyright'><?php echo $copyright; ?></span>Regards,
JosueHey!
Discard that, add this instead:
main.template-page.content { padding-top: 0; }Regards,
JosueHi!
Try with this:
#header { padding-bottom: 50px; }Adjust as needed.
Cheers!
JosueHey!
Modify the submenu code to this:
.sub-menu .avia-menu-text { text-transform: none !important; font-size: 14px; letter-spacing: 1.2px; }Add this to tighten the space in the submenu:
.sub-menu a { padding: 4px 15px !important; }Best regards,
JosueHi!
If you are referring to the Glassy header option you can set that here – http://screencast.com/t/TGlEUySVt8B
Best regards,
JosueHey!
1. Added “[nolink]” to your footer settings in Theme Options to hide the Kriesi backlink.
2. Added this code to make sure the sorting options always appear:.sort_by_cat.hidden { visibility: visible; position: static; }Cheers!
JosueHey!
Which one of the two restaurant demos are you referring to? can you post a link to your website?
Cheers!
JosueOctober 25, 2014 at 10:09 pm in reply to: Photography demo – portfolio items giving 'post not found' #341054Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? also try re-setting your Permalinks settings.
Regards,
JosueHi!
Changes are done, please review your site.
Best regards,
JosueGlad it works, when something like that happens again try putting the elements inside a Color Section.
Best regards,
JosueHi,
@bjornwallman & @wopa, can you please create us an administrator account? post them here as a private reply.Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-menu-text { text-transform: uppercase; font-size: 18px; letter-spacing: 1.8px; } .sub-menu .avia-menu-text { text-transform: uppercase; font-size: 14px; letter-spacing: 1.2px; }Adjust as needed.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia-table caption { text-align: center; }Cheers!
JosueHi!
Try putting the code without the “<?php”. Also i’d recommend using this plugin to store custom functions like that, separated from the theme source.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
div#sb_instagram { height: auto; }Cheers!
JosueHi,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("#avia_click_here_to_receive_free_1").prop('checked', true); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi!
Please re-check the URL:
http://www.downforeveryoneorjustme.com/http://www.burorento.com.mx/servicioBest regards,
JosueOctober 25, 2014 at 6:17 pm in reply to: Customizing Newsletter Signup Widget to match logo/site colors #340997Hi!
Try with this code:
.newsletter-form input.submit { background: red; text-transform: uppercase; border-radius: 3px; } .newsletter-form input.submit:hover { background: blue !important; font-weight: normal; }Adjust as needed.
Best regards,
JosueOctober 25, 2014 at 6:07 pm in reply to: Issue with Logo Area background color @photography demo #340995Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHello!
It is possible but it would require some custom work, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHey Jorge!
Your website doesn’t load on my end, have you checked your PHP error log for some clue?
Best regards,
Josue -
AuthorPosts
