Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Version update full width problem
New Landing › How can we help? › Themeforest Theme Support › Dante › Version update full width problem
- This topic has 79 replies, 9 voices, and was last updated 9 years by Rui Guerreiro – SUPPORT.
-
Posted in: Dante
-
July 28, 2015 at 1:53 pm #198562
@derestricted – we do check our updates, but with large updates such as 3.0, often only issues are seen in rare circumstances due to certain customer setups. This is why we spent all weekend providing priority support and updates to these issues. If you let us know what is wrong we’ll happily assist.
@lpanalyst – attached.Attachments:
You must be logged in to view attached files.July 28, 2015 at 5:41 pm #198668Ed, Thanks.
I pasted both of your files back in but still didn’t fix the header issue. I can figure out how to make the changes to the new files you sent but don’t want to spend time doing this if the header issue isn’t correct. Not sure why even with the ‘new’ files this still is not working correctly. Here is just one example. http://www.lpanalyst.com/solutions/gp-management-company-valuation/
Please advise.
Bill
July 28, 2015 at 5:44 pm #198669Again, sorry to be difficult but really need to resolve this soon.
We are experiencing heavy traffic after investing in a marketing campaign so timing could not be worse.
Bill
July 28, 2015 at 5:47 pm #198671And the double header items on the blog is resolved with the php.
The issue is with the portfolio items which are the most critical component of our website.
See http://www.lpanalyst.com/solutions/gp-tax-estate-transfer-valuation/
July 28, 2015 at 6:04 pm #198676July 28, 2015 at 6:20 pm #198679Just made a few changes to the theme to make sure the image is always full width, which should have sorted it across your site.
– Ed
July 28, 2015 at 6:21 pm #198681Thanks Ed. That worked.
Finally, the changes I made to the portfoliophp and singlepostphp are to adjust the social networks that are shown.
Is it possible to make these in custom css or another place so I don’t have to ‘re-paste’ in the past version every time there is an update?
Again, novice here. But would like to avoid this again in the future if possible!
July 28, 2015 at 6:30 pm #198685This is essentially what i’m trying to accomplish in addition to removing the portfolio “advance” image in upper left corner.
<?php if ($show_social) { ?>
<div class=”share-links clearfix”>
<ul class=”bar-styling”><li class=”google-plus”>” onclick=”javascript:window.open(this.href,
”, ‘menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600’);return false;”><i class=”fa-google-plus”></i></div>
<?php } ?>
July 28, 2015 at 6:34 pm #198687And this is what i’m trying to accomplish on the Blog post social share. Again, maybe there is a way to do is custom css to avoid issues with updates?
<?php if ($show_social) { ?>
<div class=”share-links curved-bar-styling clearfix”>
<div class=”share-text”><?php _e(“Share this article:”, “swiftframework”); ?></div>
<ul class=”social-icons”>
<li class=”sf-love”>
<div class=”comments-likes”>
<?php if (function_exists( ‘lip_love_it_link’ )) {
echo lip_love_it_link(get_the_ID(), ‘<i class=”ss-heart”></i>’, ‘<i class=”ss-heart”></i>’, false);
} ?>
</div><li class=”googleplus”>” onclick=”javascript:window.open(this.href,
”, ‘menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600’);return false;”><i class=”fa-google-plus”></i><i class=”fa-google-plus”></i>
<li class=”facebook”>” class=”post_share_facebook” onclick=”javascript:window.open(this.href,
”, ‘menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=220,width=600’);return false;”><i class=”fa-facebook”></i><i class=”fa-facebook”></i>
<li class=”mail”>&body=<?php echo strip_tags(get_the_excerpt()); ?> – <?php echo get_permalink(); ?>” class=”product_share_email”><i class=”ss-mail”></i><i class=”ss-mail”></i></div>
<?php } ?>July 29, 2015 at 12:34 pm #198937Hi @lpanalyst
What exact changes are you making? Just removing certain things or adding as well?
– Ed
July 29, 2015 at 12:50 pm #198954Hi Ed
Yes, exactly. We just want those social networks (more relevant to financial firm) and in that order and the ‘page advance’ on the portfolio item doesn’t make sense for us as it is not a true portfolio.
If there is a way to do this that doesn’t involve updating the php for single portfolio and single blog every time that would make our life much easier on these updates.
July 29, 2015 at 3:51 pm #199032You can hide the portfolio item navigation with:
.portfolio-options-bar ul.pagination-wrap { display: none; }
Moving the order of the social icons will still need that template change, but I’ll see if we can change it to a function in a future update so that you can override that in the functions.php file.
– Ed
July 29, 2015 at 3:52 pm #199033Ok that would be great. Thanks Ed.
July 29, 2015 at 4:37 pm #199063No problem. Thanks Ed.
-RuiJuly 29, 2015 at 7:15 pm #199103Hi we have the same problem here: http://www.broobe.com/es/fanpage-vs-perfil-personal-cual-conviene-mas/
When it will be fixed?
-
Posted in: Dante
You must be logged in and have valid license to reply to this topic.