-
Search Results
-
Topic: Possible?
Topic: Reply?
Hi,
still awaiting reply to my question: https://kriesi.at/support/topic/start-page-design-on-more-pages/
Thanks,
KarinIn the past month I’ve noticed that google, yahoo and bing have been displaying the description of my pages with random words within the page instead of the page titles. For example – When I googled Midsun Group Stopaq a month ago, It would show up as MIdsun Group (line) Stopaq because that was the name of the page. Now it is displaying as About Stopaq – Midsun Group (line) Stopaq. This was originally the only one page but I also noticed that within the last week or so the same thing has happened to other pages. I’ve made no changes to these pages and I cleared the cache last week. What could be effecting it to change the result in search engine, without any change to the page?
Hi,
I’ve added some Quick CSS to make a two line menu and to display correctly on mobile. However, I also added CSS to make the social media icons top right of page to appear their regular colors facebook, twitter, instead of the theme gray color. Then on the primary color for links #d1000 (burgundy) for Primary color to underline the menu items.
However, when I view the site on mobile, the social media icons up top still appear gray and the 3 bars in the mobile menu appear as #d100000 (burgundy) instead of white like the menu links are. Can you please see attached screenshots and recommend how to change the 3 mobile menu bars to white, but leave he red underline on the desktop site menu and also to have the social media icons to appear the normal facebook, twitter colors as they do on the desktop site? I’ve included the Quick CSS I’m using now. Many thanks.
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46d4fe;
}
.phone-info span {
color:white !important;
font-size: 14px;
}
#scroll-top-link {
background-color: #001d5b;
color: white;
border-color: white;
}
#header #header_main_alternate .container {
height: 80px;
}
@media only screen and (min-width: 767px) {
#header #header_main_alternate .container {
height: 80px;
}
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
padding-top: 198px !important;
}
.logo img {
min-width:350px!important;
height:auto!important;
}Topic: Content gets on top of div
Hi,
I have inserted javascript code to my site and I have experienced problem with content.
Here’s screenshot:
http://postimg.org/image/72mchesyp/My site: http://www.atliekutvarkymas.lt/
CSS:
.white_content {
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 600px;
height: 300px;
padding: 16px;
border: 16px solid orange;
background-color: white;
z-index:1002;
overflow: auto;
}Thanks
As you can see here on my home page my secondary font colour is white in the Logo area. On my main menu and dropdown menu I want the colour white but then up top above the main menu the background is white which is what I want but the text is also white as it is controlled by the same colour input as the dropdown menu.
Can I have two different colour text for the dropdown menu and the text above the main menu.
Website is westcoasthammocks.com.au
Hi,
I must say in advace: I know a bit CSS, but not really PHP, so if someone could please help me out with this:
I would like to show directly above a single post’s content
- the manual excerpt, if there is any
- if there is NO manual excerpt, show/do nothing (no automatic excerpt should be shown!)

Example:

The CSS styling of this manual excerpt on top of a post’s content is something I will be able to do for my own.
But I don’t know how and where to “call” this code snippet in PHP.I found in another theme (not ENFOLD) this part of code, but I cannot “translate” this for showing it in ENFOLD:
<?php // Output manual excerpt if it's not empty if ( $ti_option['single_manual_excerpt'] == true && has_excerpt() ) { // If post has pagination using the <!--nextpage--> short tag, output the excerpt only on the first page if ( $paged == 1 || $page == 1 ) { echo '<div class="manual-excerpt">' . get_the_excerpt() . '</div>'; } } ?>Note: I’m using the elegant blog layout!
Could anyone help me please?
Appreciate it, thank you!Topic: Question carousel
Hello! I need to make controls on the sides of the unit with a carousel. Now they are up top or bottom. http://prntscr.com/a86a49
Topic: Six columns not responsive
Hi there,
I needed to use six columns in some pages and found this code on the forum, which works perfectly on desktop screens, but it’s not responsive for mobile, etc.
#six-columns .column-top-margin { margin-top: 0px !important; } #six-columns div .av_one_fifth { width: 15%!important; margin-left: 2%; } #six-columns .first { margin-left: 0!important; clear: none; } #six-columns .el_after_av_one_fifth { margin-left: 2%!important; }How can fix this?
Thanks!!
Viewing 30 results - 99,751 through 99,780 (of 142,855 total)

Hello,
I ran into 2 strange problems while using Enfold:
1) On the single posting view, the thumbnail image (featured image) links to a completely different image (from another posting), which then gets opened in a lightbox. How can I change this?
2) When I post a comment on the single view of a normal blog posting, I then get redirected to the single view of a portfolio item (sending you example links in the private content area), with #comment-NUMBER added to the URL of that page.
I have changed the name of the portfolio items with a function I’ve found in this forum, here is the code from my child themes functions.php:
I have neither altered the comments template, nor the includes/loop-index.php!
Any help would be appreciated!
Thanks in advance,
Stephanie Jagl-Posch