Forum Replies Created
-
Author
-
SQadminKeymaster
Hi, you can delete these pictures from admin/activity, choose “rtMedia update” filter, select all desired pictures and aply “Delete permanently”.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, the shortcode name is [Image Gallery]. You need add it to a page and play with this to see all its features.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I waited to ask me ๐
In admin – Theme options/General settings/Quick css box I added this line to make them compatible with the theme. I hope will be ok and not affect other section/elements on the site since I did not have enough time to fully tested. If so, please report us anything.COPY CODE.article-content .container-wrap { position: relative; }
Best regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, since many people ask for this we will populate and also add the missing pages with all shortcodes available until now on our demo. If I’m right in one week will be all ok. Thank you for your waiting time.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Yes we know about this and also for Pye Chart shortcode and we will fix them until next release. Thank you for your waiting time.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSuch words are always welcome ๐
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you can edit in template file in ../wp-content/themes/sweetdate/custom_buddypress/kleo-bp-search.php around line 203, just above the button, or… if you want to force users to accept your Privacy Policy you can replace line 203:
COPY CODE<div class="seven offset-by-five columns"><button class="button radius"><i class="icon-search"></i> <?php _e("SEARCH", 'kleo_framework'); ?></button></div>
with this:
COPY CODE<div class="seven offset-by-five columns"> <input type="checkbox" onchange="document.getElementById('sendNewSms').disabled = !this.checked;"> <small>Using our services is agreement of our <a href="#">Term of Use and Privacy Policy</a></small><br><br> <button id="sendNewSms" class="button radius" disabled="disabled"><i class="icon-search"></i> <?php _e("SEARCH", 'kleo_framework'); ?></button> </div>
You should have something like this http://d.pr/i/pL0o
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you can add in admin – Sweetdate/Styling options/Quick css box this line:
COPY CODE#profile .regulartab a {color: red;}
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I see what you mean. Something is strange there and we can’t reproduce the same issue in our testing environment. Can you give us a temporary access to look more closely? Our email is: themesupport@seventhqueen.com
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, we’ve created a custom page and did some tests with this, see if it’s ok now SQ test page
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Hugo, each row have its own top/bottom padding and margin, check for these options in visual composer and set them to desire values.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, if you have only a few lines of text you can edit template file in ../wp-content/themes/sweetdate/members/index.php. Around line43 you have H2 title tag, you can place some text before or after this title.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I just looked over it and seems you have some differences from the original styles. Can you please re aupload de default plugin styles so I can check what else can cause the problem?
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, we’ve made some style improvements to this popup search.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.SQadminKeymasterHi, I just added the ajax search to dynamic color system, it will be available in next update.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.SQadminKeymasterHi guys, good news, we work to fix this gap issue between the parent and submenus right now and will be available with next version update(v1.4.3). Thank you for your waiting time.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYap, I think I forgot to add search box to dynamic color system, it will be done in next update release(v1.4.3). Thank you for your waiting time.
Best regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, in admin – Theme options/Styling options/Header section you need to make the same color settings as footer section.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat. Glad you figured it out ๐
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Thomas, to have a dark color scheme you need to make the same color settings for all other sections exactly the same as footer section. We’re thinking to extend this to have an option for import-export color scheme in near future.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you can put this code in footer.php before the body closing tag.
COPY CODE<style> #loading { background: #fff url("Logo_CitasClub(timeline-Shadow).gif") no-repeat center center; height: 100%; width: 100%; position: fixed; left: 0%; top: 0%; z-index: 99999; margin: 0 0 0 0; } </style> <div id="loading"></div> <script> jQuery(window).bind("load", function() { jQuery("#loading").fadeOut(1000); //alert("test"); }); </script>
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 2, 2014 at 19:31 in reply to: Is it possible to make the background white? of the post blog.. #16691SQadminKeymasterHi, you can add the following lines in admin – Theme options/General settings/Quick css box:
COPY CODE.alternate-color .masonry-listing .post-content { background-color: #fff; } .masonry-listing .format-quote, .masonry-listing .format-quote .post-footer a, .masonry-listing .format-quote .post-footer a .muted { color: #fff; } .masonry-listing .format-quote .post-content { background: #00B9F7; }
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, we’ve just payed with this and seems to be working fine. Maybe some plugin causing this, try to deactivate them and see what happens.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.SQadminKeymasterHi, we’ve improved this on all type of layouts: tpl-right, tpl-left, tpl-3ll, tpl-3ll and tpl-3rr. They will be available starting with v1.4.3
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, if you haven’t already you need to create them first in admin/memberships. After that you need to assign restrictions in admin/sweetdate/memberships.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, this is because we forgot to set default “Alternate background color” option in Styling options Socket area. We’ll do it in next version.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you’re absolutely right, we’ve even changed on our support forum. And, btw… many thanks for auto subscribe plugin hints, we will add soon ๐
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @designing, we’ve built a demo page with shortcodes that illustrate some “Shop by category” and other widgets examples. Take a look here Shop Shortcodes
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWow, you have a serious list here. We analyze all these feature requests among others from other users and make a plan to integrate them soon. We can’t promise that all of these will be available but we treat it very seriously.
Best regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I played around with alternate(gray zone) buttons and color changes quite good. Iโve attached some examples: http://d.pr/i/J4di โ http://d.pr/i/vMUF
For other form controls like buttons they are within a โmain-colorโ class, so their styles are based on that class.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes, it seems that someone knows, just kidding ๐
I created an example for you, take a look: double bounceRegards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWhat you put in quick css box will rewrite all other rules and we usually use this only for quick fixes upon update releases.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you can modify width of rows but this will be applied to whole site. If this is ok you can add this line in admin – Sweetdate/Styling options/Quick css box:
COPY CODE.row { width: 980px; } /* Add your desired dimension */
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, after many hours I think I’ve managed a way to have equal height column sidebar even thereโs not enough stuff in it. This fix will not be available in v1.4.2(which is already packed for uploading) since I didn’t have enough time to test it.
Until then you can add the following lines in admin – Theme options/General settings/Quick css box:
COPY CODE#main-container > .row { overflow: hidden; } #main-container .template-page.tpl-3ll, #main-container .sidebar.sidebar-3ll, #main-container .template-page.tpl-3rr, #main-container .sidebar.sidebar-3rr, #main-container .template-page.tpl-3lr, #main-container .sidebar.sidebar-3lr { margin-bottom: -99999px; padding-bottom: 99999px; }
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. All titles are somewhat derived from “Text color” option. You can play with this by choosing different text colors to see what I mean. Anyway, you can rewrite this rule by applying some css style in admin/theme options/general settings/quick css box:
COPY CODE#main .main-color h1, #main .main-color h2, #main .main-color h3, #main .main-color h4, #main .main-color h5, #main .main-color h6 { color: #ffffff; } #main .alternate-color h1, #main .alternate-color h2, #main .alternate-color h3, #main .alternate-color h4, #main .alternate-color h5, #main .alternate-color h6 { color: #ffffff; }
2. To hide title, breadcrumb and title info you have settings on every page in – Theme General settings/Title section.
3. In order to make the whole site private you need a plugin to restrict the access. Check on WordPress repository
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @guy_fraser, really appreciated ๐
Regards,
Robert.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, the search fields don’t have background attached to dynamic color system, in fact they have no background applied at all to best fit on most page backgrounds.
Because search fields come from different sources/plugins like bbpress, buddypress, wp widgets, etc, they have different structures. I can provide you the exact css style but I need to be more sfecific on which one you want to change them.Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi guys, we’ve made some style changes to those attibutes. They will be available in next update release, thank you for your waiting time.
Regards,
Robert.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, these issues has been fixed and will be available in our next update. Thank you for your time.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Afrostein, regarding the second picture(photo.png) when the words covering each other at lower resolution we’ve made some improvements and will be available in our next update. Thank you for your time.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts