Forum Replies Created
-
AuthorPosts
-
Hi,
I’m sorry I can’t check the issue on macOS. I don’t have the machine to test it. In my honest opinion, this is not a big deal since 1200px is a not a common resolution for screen monitors. I’m not sure with macOS.
Regards,
Ismael
Hi,
You can delete the header meta, that is the top part of the header. Just add this on your custom.css or Quick CSS.
#header_meta {
display: none;
}You need to create a backup of your theme files especially the custom.css and the files you edited when you update the theme.
Regards,
Ismael
May 20, 2013 at 3:25 am in reply to: Problem with Layout Disappearing when Updating WordPress Page?? #119073Hi,
Please create another Frontpage. Delete the previous one, I believed you got from Importing the Dummy data? Maybe creating the frontpage from scratch will resolve the issue. What elements do you have on your frontpage?
Regards,
Ismael
May 20, 2013 at 3:20 am in reply to: Enfold – How to modify the prettyphoto lightbox infotext? #120046Hi,
According to Kriesi it is not possible.
https://kriesi.at/support/topic/caption-in-lightbox
Regards,
Ismael
Hi,
Open framework > php > function-set-avia-frontend.php then find this code.
$logo = "<img src=".$logo." alt='' />";
$logo = "<$headline_type class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";Replace that with
$logo = "<img src=".$logo." alt='' />";
$logo = "<$headline_type class='logo'><a href='YOUR URL HERE'>".$logo."$sub</a></$headline_type>";Replace the URL
Regards
Ismael
May 20, 2013 at 2:55 am in reply to: Is there a method within Aries or Enfold that allows a full background picture #120043Hi,
Yep, create a blank page. Then add this on your custom.css. Inspect page using Chrome or Firebug for FF, look for the unique body class.
#top.avia-blank.page-id-1236 #wrap_all {
background: red url(../images/background-images/Abducted.jpg) !important;
}Mine is .page-id-1236. You might need a fairly large image for this to cope up to the theme’s responsiveness or use a pattern.
Regards,
Ismael
Hi,
A white screen usually implies database error connection or something like. Try to edit wp-config.php then increase the memory limit.
wp-config.php
define(‘WP_MEMORY_LIMIT’, ’92M’);
Regards,
Ismael
Hi,
We cannot tell you when it will slow down. It depends on your server speed and the amount of traffic you are getting. :)
Regards,
Ismael
Hi,
Download the latest version of Enfold then override the files via FTP. Please create a backup of your theme files.
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS.
.av_dropcap2 {
background-color: blue !important;
}The color option is not working.
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS.
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}Regards,
Ismael
Hi,
Do you have a cache plugin?
Anytime you change a setting, you need to flush your cache. Because of the fact you’re using a caching plugin. Each cache plugin should have there own reset/flush button to do just that.
Go to Settings > Permalink, then change the settings a few times.
Regards,
Ismael
Hi,
You can use the fixed header with social icons and navigations. Just add this on your custom.css to remove the top part.
#header_meta {
display: none;
}Regards,
Ismael
Hi,
Edit the portfolio item, look for Screen Options. Tick the Excerpt metabox. You can insert the excerpt there.
Regards,
Ismael
May 20, 2013 at 1:17 am in reply to: Portfolio Items – How to get rid of the MouseOver Icon ? #120067Hi,
Just add this on your custom.css
.image-overlay-inside {
display: none;
}Regards,
Ismael
Hi,
You can hide them. Just add this on your custom.css
.avia-post-nav {
display: none;
}Regards,
Ismael
Hi,
Don’t forget to create a backup of your database and theme files.
Regards,
Ismael
May 20, 2013 at 12:11 am in reply to: Hiding sample content while still saving it for later reference #120054Hi,
Those are dummy widgets. If you want to override them, go to Appearance > Widgets and supply the widget areas with widgets, specifically the Sidebars and Footers.
Regards,
Ismael
Hi,
Click on the link “Member” below your username. https://kriesi.at/support/profile/pdxammo
Regards,
Ismael
Hi,
I’m sorry but I refreshed the page over and over but I can’t catch the blurriness on the images. They are exactly 227px in width.
Regards,
Ismael
Hi,
This really works. Please don’t remove the !important.
.current-menu-item a {
color: red !important;
font-size: 20px !important;
font-weight: bold !important;
}This is what I see, when I apply the code above. The current page is “Welcome”.
Regards,
Ismael
Hi,
This is the code for the scroll to top link
 ;
You can find it on footer.php, find this code.
<a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
Regards,
Ismael
Hi,
I’m sorry. My bad. The LayerSlider shortcode is disabled. You need to use the Advance Layout Editor in order to use the slider.
Regards,
Ismael
Hi,
Use this.
.current-menu-item a {
color: blue !important;
font-weight: bold !important;
}Regards,
Ismael
Hi,
Just add this on your custom.css
.breadcrumb-title {
display: none;
}Regards,
Ismael
Hi.
Yeah, noticed it. I’m not sure if this will work. Add this on your custom.css
post-entry-11 .flex_column.av_one_third .avia_textblock p {
margin: 0.85em 0 !important;
}.post-entry-11 .flex_column.av_one_third {
min-height: 203px !important;
}How did you add them anyway?
Regards,
Ismael
-
AuthorPosts