Forum Replies Created
-
AuthorPosts
-
Hi!
Please refer to this link: http://www.w3schools.com/cssref/pr_background-image.asp
#header_main_alternate { background-image: url("http://www.yoursite.com/folder/anotherfolder/icon_backround.png") repeat; background-color: #cccccc; }What is the name of the folder where the image is located? Use the full directory.
Regards,
IsmaelHi!
Works fine on our end. Please remove browser cache then resize your browser to less than 1300px. The layout should be full width by then.
Best regards,
IsmaelJune 25, 2015 at 9:12 am in reply to: Menu page not showing "portfolio" items in the page listing #464453Hey!
Thank you for using Enfold.
Check the Appearance > Menus > Screen Options then enable the other options available there.
Best regards,
IsmaelJune 25, 2015 at 9:10 am in reply to: full width background slider with plugin – make all content areas transparent? #464452Hi!
I just noticed that you’re using a background slider which is a bit too heavy for the page. The footer is black because the background image is still loading. Please remove browser cache then check it now: http://www.crestedbuttecomputers.com/dev/skyhigh/
Regards,
IsmaelJune 25, 2015 at 9:00 am in reply to: Remove Current Portfolio Post from related portfolio grid Enfold #464448Hi!
Works fine on our installation. Please post the login details here so that we can check it.
Cheers!
IsmaelJune 24, 2015 at 12:06 pm in reply to: "Broken Dependencies" error in avia_table_js, avia_tab_toggle_js & avia_media_js #463941Hi!
Is there any issue when you use the advance editor? If there are no issues in the advance layout builder then you can just ignore the warnings.
Cheers!
IsmaelHey!
The enfold css file is saved inside the uploads > dynamic_avia folder so styling won’t work if the folder doesn’t have the correct file permission. Regarding the theme options not saving, please try to deactivate all plugins then test it again. If it works then try to activate the plugin one at a time to find the issue.
Best regards,
IsmaelHi!
Please create a test page where we can see the issue. Right now, the grid is set to 4 columns.
Cheers!
IsmaelHey!
I’m not sure if this is going to work but please try to regenerate the thumbnails. You can use one of these plugins:
https://wordpress.org/plugins/force-regenerate-thumbnails/
https://wordpress.org/plugins/regenerate-thumbnails/Cheers!
IsmaelJune 24, 2015 at 11:34 am in reply to: same layout for blog posts 1:1 and other mouse over png #463917Hi!
The function is declared already somewhere in the functions.php file. Please look for the function and use that instead.
1.) No, unfortunately, this is not possible without major customization in the theme.
2.) Where is your blog page?
3.) Looks like you’re using a third party plugin for that. The container looks like this which is not a native theme container.
<header class="w2dc-listing-header"> <h2 style="font-size: 11pt; margin-top: 10px; font-weight: bold;"><a href="http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/" target="_blank" title="Rudolf Böhm">Rudolf Böhm</a> </h2> </header>Please contact the plugin author.
For further modifications, please contact codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelHey!
Alright. I tried to login and it istaking quite too long to respond, 20 seconds or so. Please ask your hosting provider to upgrade php to version to 5.4 or higher and then increase the wp memory limit to at least 128M: http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/
When I activated the theme, the screen is all white and then I can’t access the dashboard. Please delete the enfold folder in the wp-content > themes directory then add it again. You can do this via FTP. I think it will help if you let your hosting provider know about this issue.
Best regards,
IsmaelJune 24, 2015 at 11:14 am in reply to: Portfolio: featured image show up on top of the content-page #463908Hi!
There is no link in the private content. Please add it again. Try to use this in the Quick CSS field:
.single-portfolio .page-thumb { display: none; }Best regards,
IsmaelHi!
Please go to the slider settings then set the value of the Layer Container and Responsive Under field, default is 1140.
Best regards,
IsmaelJune 24, 2015 at 11:04 am in reply to: Header conflict with Avia Layout Builder and LearnDash #463903Hi!
Great! Glad their support helped! Thank you for sharing the solution. :)
Cheers!
IsmaelHey!
Do you mind if we take a look at the website? Please make sure that you have the latest version of the theme.
Cheers!
IsmaelJune 24, 2015 at 10:54 am in reply to: Mobile Menu on desktop & laptop (breakpoint and close button), move search button to top bar #463894Hey!
You can use this to fix the mobile menu:
@media only screen and (max-width: 1100px) {{ #advanced_menu_hide {display:block !important; } }}For the search icon, try to add this in the functions.php file:
add_filter( 'avia_meta_header', 'avia_append_search_nav_mod'); function avia_append_search_nav_mod() { ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items = '<div id="menu-item-search" class="menu-item-search-mod menu-item menu-item-search-dropdown"> <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </div>'; echo $items; }Add this in the Quick CSS field:
.menu-item-search-mod { position: absolute; top: -8px; right: 100px; } @media only screen and (min-width: 1099px) {{ .menu-item-search-mod { display: none !important; } }}Regards,
IsmaelJune 24, 2015 at 10:41 am in reply to: How can I prevent Slider text from scaling with the slider image? #463883Hey!
Thank you for the info. Looks like you set the image as the slide background. Layer slider automatically adjust the image to keep it responsive but in a few cases, it will stretch the image to a displeasing proportion. Try to add the image as a layer instead. Do you have the PSD file of that graphic material? Can you still separate the objects ( monitor, screens, info bar etc)? I think it’s better if you add those elements as layers like the enfold default layer slider demo: http://kriesi.at/themes/enfold/
Cheers!
IsmaelHi!
Alright. We can reverse my answer above.
1.) Use the Overwrite Portfolio Link setting then set it to define custom link. For completed entries, you can set the url to the actual link of the single portfolio page and for those items that are not completed yet, add the url of the image. It will open the image in lightbox.
2.) Can’t you just add it directly in the portfolio title? If you really want to modify the title, you can edit config-templatebuilder > avia-shortcodes > portfolio.php or use this filter: avf_portfolio_title
Regards,
IsmaelHi!
The codestyling localization plugin has been removed in the plugin repository but you can use another plugin: https://wordpress.org/plugins/loco-translate/
Please give us a temporary login details so that we can translate it for you. What is the language? Please install the plugin.
Regards,
IsmaelHey CharlieBarey!
Thank you for using Enfold.
Yes, you can upload a gif format image but you need to select the full or original version of the image.
http://ds106.us/handbook/blogging/uploading-animated-gifs/
http://www.instantshift.com/2014/08/13/wordpress-gif-plugins/Regards,
IsmaelHey!
I checked the site and the flower background doesn’t display on mobile screens. I also noticed this incorrect css code:
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 667px) and (min-device-width: 375px) div.av-parallax.avia-full-stretch.enabled-parallax.active-parallax { background: display:none!important; }Please remove that.
Cheers!
IsmaelHey!
I’m not sure what you’re trying to pull here but you just added a text widget??
<a href="http://asdrugtest.com/fertility-testing/">Fertility Tests</a><br /><br /> <a href="http://asdrugtest.com/international-products/">International Products</a><br /><br /> <a href="http://asdrugtest.com/oem-services/">OEM Services</a><br />Use the Custom Menu widget.
Regards,
IsmaelHey ThomasWalkerDesign!
Thank you for using Enfold.
I checked the page and click the print button, only the coupon images and a few texts are included on the print preview. If you want to modify the print styles, edit the css > print.css file.
Cheers!
IsmaelHey soltner!
Thank you for using Enfold.
It’s kind of possible but you will lose the sidebar styling if locate it outside the header or sidebar area. Try to add this to the functions.php file:
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($) { if($('#header').css('position') == 'relative') { var sidebar = $('#header .avia-custom-sidebar-widget-area').detach(); $('#footer').before(sidebar); } }(jQuery)); </script> <?php }Use this in the Quick CSS field:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #main .sidebar { display: block !important; } }Cheers!
IsmaelHi upgradegroup!
Thank you for using Enfold.
Which version of IE specifically? The theme is compatible on IE9 and higher versions but there may be a bit of glitches on IE8. A link to the actual site and screenshots of the issue will help. Use imgur or dropbox.
Best regards,
IsmaelHey Denis!
Thank you for using Enfold.
This is possible but you need to modify js > shortcodes.js. Look for this code on line 629:
google.maps.event.addListener(marker, 'click', function() { infowindow.open(map,marker); });Replace it with:
infowindow.open(map,marker);Hard refresh the page after. Please create a note or a change log of this modification in case you update the theme.
Cheers!
IsmaelHi sensiblekaren!
Thank you for using Enfold.
Set the image as the color section background then set the Background Repeat to “Repeat”.
Regards,
IsmaelHey!
I guess it conflicts with the theme’s preloader. Please try to deactivate the preloader settings then test the lightbox again.
Regards,
IsmaelJune 24, 2015 at 9:26 am in reply to: Embedded YouTube or Vimeo video, can it go full screen? #463831 -
AuthorPosts
