Forum Replies Created
-
AuthorPosts
-
Hey!
On what browser are testing your website? It says specifically on the Image Fade in Animation option that this is only to add some ‘spice’ to the site and only works in modern browsers.
Regards,
Ismael-
This reply was modified 11 years, 9 months ago by
Ismael.
Hello kriru!
Can you please add the google search? I don’t see it on the website.
Best regards,
IsmaelHey itchybrain!
Edit header.php, find this code:
echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";
Below, add this code:
echo "<div class='search-text'>Search</div>";
Add this on your custom.css or Quick CSS:
.search-text { position: absolute; text-align: right; padding-right: 30px; }
Cheers!
IsmaelSeptember 20, 2013 at 1:10 pm in reply to: How to display Excerpt + Read more link in every category / archive pages ? #164035Hi!
You can use the <!–more–> tag. It will display the excerpt even for archive pages.
Cheers!
IsmaelHello mschoonhoven!
You can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 8px; font-size: 11px; } .logo img { width: 220px; height: auto; max-height: 73px; } }
Best regards,
IsmaelHello ThorbenR!
Yes, just edit the post. Look for Publish > Visiblity > Public > Stick this post to the front page. Enable it.
Cheers!
IsmaelHi!
Edit header.php, find this code:
<div id='wrap_all'> <?php if(!$blank){ ?>
Below add something like this:
<?php echo '<div class="header-top"></div>'; ?>
Then add this on your custom.css or Quick CSS:
.header-top { position: relative; z-index: 400; width: 100%; height: 100px; background-color: transparent; background-attachment: scroll; background-image: url('IMAGE URL HERE'); background-position: center top; background-repeat: no-repeat; }
Regards,
IsmaelHi!
I don’t think you add the fade in animation. The image element should look like this:
<img class="avia_image avia-builder-el-37 avia-builder-el-no-sibling avia-align- avia_animated_image avia_animate_when_almost_visible left-to-right avia_start_animation" src="http://localhost/kriesi/enfold/wp-content/uploads/2013/04/logos1-446x218.jpg" alt="" title="logos1-446x218">
Regards,
IsmaelSeptember 20, 2013 at 7:49 am in reply to: Hide thumbnails for left and right arrows Enfold, and shorten width of rollover #163938Hi!
I suggest you upload uniform image sizes for each post. WP crop the thumbnails which varies depend on the original image size.
Regards,
IsmaelHello!
Can you please post the whole single-portfolio.php code? You can use pastebin.com.
Regards,
IsmaelHi!
That’s not suppose to happen on mobile view. Can you please add this?
@media only screen and (max-width: 767px) { .responsive .container .twelve.units { width: 95%; } }
Best regards,
IsmaelHey!
What you see in the screenshot is your own admin page. Please test it again. I successfully add those images on your gallery.
Regards,
Ismael-
This reply was modified 11 years, 9 months ago by
Ismael.
Hi!
Depends on the browser size. On what screen size would you like to change it?
@media only screen and (min-width: 1340px) {
.responsive_large .container .nine.units {
width: 900px;
}The code above means that the nine unit container will have a width of 900px when viewing on screen larger than 1340.
@media only screen and (min-width: 1140px) {
.responsive .container .nine.units {
width: 800px;
}
}This code means that the nine unit container will have a width of 800px when viewing on screen larger than 1140.
Cheers!
Ismael-
This reply was modified 11 years, 9 months ago by
Ismael.
Hey!
You can add rel=”lightbox” on the anchor tag.
<a rel="lightbox" href="IMAGE OR VIDEO URL HERE">This is a lightbox link</a>
Regards,
IsmaelHi,
If you want to change the style of a specific page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.
On the example above, the page’s unique selector is .page-id-2251. We can use it to change the elements within that page.
.page-id-2251 .small-preview { display: none }
Regards,
IsmaelHello hairyhobo!
You can use this:
@media only screen and (min-width: 768px) and (max-width: 989px) { .logo img { height: 42px; margin-top: 15px; } .responsive .main_menu ul:first-child > li > a { padding: 0 7px; font-size: 11px; } }
Best regards,
IsmaelSeptember 19, 2013 at 6:01 am in reply to: Need all fonts described and editable so that sizes can be changed #163396Hey!
Like Yigit said, you need to specify which fonts or text you’re trying to change. Yes, that is the selectors for text elements. :)
Cheers!
IsmaelHey!
Always remove browser cache then reload the page a few times. :)
Cheers!
IsmaelSeptember 19, 2013 at 5:59 am in reply to: Hide thumbnails for left and right arrows Enfold, and shorten width of rollover #163392Hi!
You can use this:
.avia-post-nav:hover .entry-info-wrap { width: 140px; } .avia-post-nav .entry-info { width: 100px; } .avia-post-nav.avia-post-prev .entry-image { position: relative; left: 20px; } .avia-post-nav.avia-post-prev .entry-image { position: relative; right: 20px; }
Cheers!
IsmaelHello!
You’re using 3 columns for your portfolio? You can edit this line of code:
$avia_config['imgSize']['portfolio'] = array(‘width’=>465, ‘height’=>346); // images for portfolio entries (2,3,4 column)
Replace it with:
$avia_config['imgSize']['portfolio'] = array(‘width’=>346, ‘height’=>346); // images for portfolio entries (2,3,4 column)
Regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael-
This reply was modified 11 years, 9 months ago by
Ismael.
September 19, 2013 at 5:46 am in reply to: New website with Front page design with 2/3 slider #163386Hey!
My bad, I forgot to mention that Layer Slider can’t be place inside Layout elements.
Yes, you can use the Easy Slider. :)
Best regards,
IsmaelHey!
Can you please override or update the theme files again? Have you tried disabling all your plugins, see if the LayerSlider admin works again?
Cheers!
IsmaelSeptember 19, 2013 at 5:33 am in reply to: Retina Images and Fonts in Portfolio Grid – Theme Enfold #163380Hi!
Edit functions.php, find this code:
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
Replace it with:
$avia_config['imgSize']['portfolio_small'] = array('width'=>520 'height'=>370 ); // images for portfolio 4 columns
The image thumbnails you’re uploading as portfolio thumbnails are so small. Please upload a larger image, twice the size if possible.
Best regards,
IsmaelHi!
Please check this line of code:
the_title( '</div><h3>', '</h3><p>' );
Is this correct? Why is there a closing div?
Best regards,
IsmaelHi!
This is the css code for the promo button:
body div .avia-button { border-radius: 3px; background-image: url("../images/layout/bg-button.png"); background-repeat: repeat-x; background-position: 0 0; padding: 10px; font-size: 12px; text-decoration: none; display: inline-block; border-style: solid; border-width: 1px; margin: 3px 0; line-height: 1.2em; position: relative; font-weight: 600; text-align: center; max-width: 100%; } .avia-button.avia-size-large { padding: 13px 30px; font-size: 14px; min-width: 127px; } body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover { color: #fff; color: rgba(0, 0, 0, 0.5); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); } #top .main_color .avia-color-theme-color { color: red; }
You can use the google chrome to inspect the Gravity Forms button then apply the css codes above. A link to your site will help.
Best regards,
IsmaelHey!
You can add another column on the grid. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code:
"subtype" => array( /* __('1 Column', 'avia_framework' )=>'1', */ __('2 Columns', 'avia_framework' )=>'2', __('3 Columns', 'avia_framework' )=>'3', __('4 Columns', 'avia_framework' )=>'4', /* __('5 Columns', 'avia_framework' )=>'5', */
Replace it with:
"subtype" => array( /* __('1 Column', 'avia_framework' )=>'1', */ __('2 Columns', 'avia_framework' )=>'2', __('3 Columns', 'avia_framework' )=>'3', __('4 Columns', 'avia_framework' )=>'4', __('5 Columns', 'avia_framework' )=>'5',
You can now select 5 columns.
Cheers!
IsmaelSeptember 19, 2013 at 4:26 am in reply to: Enfold, Theme Update, 2013 September 18 – Version 2.2 #163339Hey!
@akhilz: The link color on your footer is white. Which of theme elements do you want to change and to what color?Regards,
Ismael -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts