Forum Replies Created
-
AuthorPosts
-
September 11, 2013 at 2:08 am in reply to: How change the page title at the top of individual post pages? #140410
Hi John,
Open single.php and delete this line (20):
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));
Or comment it:
//if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));
Regards,
Josue
September 11, 2013 at 1:59 am in reply to: Fix: Missing alt-text for flags in wpml-config results in W3 validation errors #140599Hi,
Thank you very much for sharing it.
Regards,
Josue
Hi,
This is a known issue, a solution is in development and may be ready for next updates, for now i recommend you reduce the size of the logo and/or use sub-menus.
Regards,
Josue
September 11, 2013 at 1:53 am in reply to: how to use the theme colour setting when changed the wp-content folder name #140606Hi,
I think this may be a cache problem, try disabling the cache plugin before changing the theme colour, the file whose is not being updated is this:
http://thezebraawards.com/d7je9jj77/uploads/dynamic_avia/enfold.css
Regards,
Josue
Hi,
This will do it:
@media only screen and (max-width: 767px) {
body{
margin: 0 !important;
width: 100% !important;
}
}
Regards,
Josue
Hi,
Glad you get it working :)
Regards,
Josue
September 11, 2013 at 1:37 am in reply to: YOU TUBE Social Icon for Display in Header missing #138074Hi,
Glad you get it working :).
Regards,
Josue
Hi Andy,
What files did you mod? Do you have any kind of backup of your previous theme? An update normally replaces all files in the theme folder, is better to use a Child theme when doing deep customizations.
Regards,
Josue
Hi,
I see you managed to do it, i’m going to mark this as Resolved.
Regards,
Josue
Hi Chris,
It is possible, but it may require some deep customization, and that’s beyond the scope of our support forum, i recommend you suggest it as a feature here, or try hiring a freelance developer.
Regards,
Josue
Hi,
It is possible, but it may require some deep customization, and that’s beyond the scope of our support forum, try hiring a freelance developer.
Regards,
Josue
Hi Rob,
You can modify the look of the menu with CSS but only if its a ‘slide out’ menu, can you post the link to your website please?
Regards,
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi Evan,
The screenshots you shared are not publicly available.
Regards,
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
September 10, 2013 at 5:26 pm in reply to: Blog – Removing links from titles & images / Breadcrumbs – Post parent page #139480Hi,
Yes, that modification would break if you update the theme, however it may be considered for future updates, request it here https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Josue
Hi,
That is achieved using the small tag inside the content of the table element, see the image below:
Regards,
Josue
September 10, 2013 at 5:17 am in reply to: How change the page title at the top of individual post pages? #140408Hi John,
Open the functions-enfold.php file and search for this line (262):
Replace it with this:
'html' => "",
Regards,
Josue
Hi,
The problem is that Entypo (the icon font) doesn’t include a YouTube icon, however i found a temporary workaround (using a video icon with the default red background):
https://kriesi.at/support/topic/you-tube-social-icon-for-display-in-header-missing#post-136099
Regards,
Josue
September 10, 2013 at 4:19 am in reply to: Need to Move and Maybe Change Social Media Icons in my Header #140372Hi Joshua,
I see the icons in the right, do you want to achieve something like this?
Regards,
Josue
Hi Chad,
Try adding this CSS code to the custom.css file or to the Quick CSS section:
#main .container_wrap .container div.template-page.twelve.alpha.units{
padding-bottom: 0;
}
Regards,
Josue
Hi Chris,
Sent you an email.
Regards,
Josue
Hi,
Can you post the link to your website please in this topic?
Regards,
Josue
September 10, 2013 at 3:03 am in reply to: Predetermied excerpt insead of respecting "more" tag ? #140285Hi,
You could try using the manual excerpt field (first enable it on screen options).
Regards,
Josue
Hi Btina,
I guess you want a Facebook Like Box widget, i recommend you this plugin, just tested locally and it works flawlessly.
Regards,
Josue
Hi,
Thank you Devin, i already waiting for Christoph response.
Regards,
Josue
Hi,
Try this code:
.pricing-table.avia-center-col .avia-heading-row, .pricing-table.avia-center-col .avia-pricing-row{
background: red !important;
}
Change red for the desired color.
Regards,
Josue
Hi,
I performed a search test on your site and it didn’t throw any errors, also try checking these topics about Relevanssi:
https://kriesi.at/support/topic/instant-search-not-matching-search-results#post-135415
https://kriesi.at/support/topic/search-results-and-advanced-editor
Regards,
Josue
-
AuthorPosts