Forum Replies Created
-
AuthorPosts
-
February 21, 2014 at 4:18 am in reply to: How to Have a Full-Sized Featured Image Inside the Posts? #227227
Hi!
What kind of Blog type are you using? can you post a link to it?
Cheers!
JosueHey!
Yes it is, try with the following:
.home *{ border-color: red !important; }Cheers!
JosueThis reply has been marked as private.Hi!
I tried reproducing this issue on my local install with no success.
Here are the settings i used (post yours if i’m wrong here):

Result:

Are you using the latest version of Enfold?
Regards,
JosueFebruary 21, 2014 at 4:10 am in reply to: 2 h1 headings on product pages: 'Shop' in header and Product name #227223Hi,
Try adding this at the end of js/avia.js:
jQuery(function() { jQuery(".single-product h1.entry-title").text(jQuery(".single-product .product_title").detach().text()); });Regards,
JosueTo increate the PHP memory allocation.
Hmm, try asking your hosting provider about this, earlier i tried changing the title (and permalink) of that post to “Test” and it got fixed, so it’s a definitely a memory limit issue.
Cheers!
JosuePut:
define( 'WP_MEMORY_LIMIT', '64M' );in your wp-config.php file.
Best regards,
JosueIt’s not in a file, but in the database (wp_options table).
If you still have access to it, i’d recommend it doing a WP MigrateDB or WP MigrateDB PRO migration.
Regards,
Josue-
This reply was modified 12 years, 1 month ago by
Josue.
February 21, 2014 at 1:22 am in reply to: Portfolio item: slider at the screen left & right: show only items of same cat #227173Hi!
Please refer to this topic:
https://kriesi.at/support/topic/limit-portfolio-navigation-to-a-single-category-in-single-item-view/Best regards,
JosueDe nada :)
Hi!
If you want to use all features you’d need the Multilingual CMS.
https://kriesi.at/support/topic/which-wpml-multiligual-plugin-is-right-for-me/#post-213213Best regards,
JosueHi Gabe!
Open header.php and look for line 203, after the div#main opens put this code:
<?php if(is_archive()){ ?> <img src="_IMAGE_"> <?php } ?>If you want to use a Avia shortcode simply replace the img code something like this:
<?php echo do_shortcode("[SHORTCODE HERE]"); ?>You can generate the shortcode in a separate Page (without entering ALB).
Cheers!
JosueFebruary 21, 2014 at 1:10 am in reply to: 2 h1 headings on product pages: 'Shop' in header and Product name #227158Hi!
When editing the Product set this option at the right:

Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueFebruary 21, 2014 at 12:53 am in reply to: How to change the fontello icon size inside buttons? #227146Hey!
Try adding this code to the Quick CSS:
.av_promobox .avia_button_icon { font-size: 24px; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.social_stickers_widget a img { width: 32px; height: 32px; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Michael!
I tried on my end (Chrome / OS X) but i didn’t see any issue, also the video you posted isn’t displaying (just a green box).
Best regards,
JosueFebruary 21, 2014 at 12:21 am in reply to: Make navigation menu item UPPERCASE when on menu item child page #227126You are welcome, glad we could help :)
Regards,
JosueHi Jason,
Can you post the link to your website please?
Also, you can use this plugin to define meta attributes manually.
Regards,
JosueSeems to be a problem with the memory limit, try increasing it to 256M :
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueNow you have to re-create the copyright in the other source iframe page. Regarding the admin bars, you can disable them in Users > Your Profile.
If you need more assistance please contact a developer here, because this is already out of the scope of the support we can offer.
Best regards,
JosueI thought you were referring to the gallery when its open as a lightbox, hence the prettyPhoto fix. Regarding your current setup although it may be possible, we can’t help you with that because that would a require a much deeper customization to the theme files and that’s out of the scope of the support we can offer.
If you prefer you can request a customization quote here (WerkPress).
Best regards,
JosueRemove from 23-118 and put the iframe code there:
<iframe src="http://domussapiens.com.br/rodape/" frameborder="0" style="width: 100%; height: 613px;"></iframe>Best regards,
JosueHi!
Try with this line instead:
elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh, autoplay_slideshow: true});Cheers!
JosueTry with this:
.template-page.content.twelve.alpha.units { padding: 13px 0 0 0; }So you want to show all the content from /rodape as a footer in the main page? you should need to edit footer.php then and put the iframe code there.
Regards,
JosueHi!
Try if it happens with the default WP theme activated.
Best regards,
JosueFebruary 20, 2014 at 10:45 pm in reply to: Make navigation menu item UPPERCASE when on menu item child page #227083Now modify the code you already have (custom.css) to this:
.header_color .main_menu ul:first-child > li.current-menu-item > a, .current-menu-item, .current-page-item, .current-page-ancestor a{ color:#FF6600 !important; font-weight: bold !important; letter-spacing: 1px; text-transform:uppercase; }Regards,
Josue -
This reply was modified 12 years, 1 month ago by
-
AuthorPosts
